fix(files): templates logger usage

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ 2023-12-14 09:49:49 +01:00 committed by Andy Scherzinger
parent bf850542a6
commit aa7098cc38
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -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