From aa7098cc38d326a5d043667cf8d385b738789bf0 Mon Sep 17 00:00:00 2001 From: John Molakvoæ Date: Thu, 14 Dec 2023 09:49:49 +0100 Subject: fix(files): templates logger usage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- apps/files/src/init-templates.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/files/src/init-templates.ts b/apps/files/src/init-templates.ts index 90651826a7c..879b60d0ee4 100644 --- a/apps/files/src/init-templates.ts +++ b/apps/files/src/init-templates.ts @@ -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 -- cgit v1.2.3