Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(files): templates logger usage
Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv authored and AndyScherzinger committed Dec 14, 2023
commit aa7098cc38d326a5d043667cf8d385b738789bf0
2 changes: 1 addition & 1 deletion apps/files/src/init-templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ document.body.appendChild(TemplatePickerRoot)
// Retrieve and init templates
let templates = loadState('files', 'templates', [])
let templatesPath = loadState('files', 'templates_path', false)
logger.debug('Templates providers', templates)
logger.debug('Templates providers', { templates })
logger.debug('Templates folder', { templatesPath })

// Init vue app
Expand Down