Skip to content

Commit

Permalink
fix(files): templates logger usage
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv authored and AndyScherzinger committed Dec 14, 2023
1 parent bf85054 commit aa7098c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/src/init-templates.ts
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

0 comments on commit aa7098c

Please sign in to comment.