From f29c3a41507581b590d43189ff4dec394170a5c7 Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Mon, 23 Nov 2020 18:39:54 -0500 Subject: [PATCH] Fix logging typo --- MMM-pages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MMM-pages.js b/MMM-pages.js index 3ef9fdd..f6c60be 100644 --- a/MMM-pages.js +++ b/MMM-pages.js @@ -113,7 +113,7 @@ Module.register('MMM-pages', { break; case 'DOM_OBJECTS_CREATED': Log.log('[Pages]: received that all objects are created;' - + 'will now hide things!'); + + ' will now hide things!'); this.sendNotification('MAX_PAGES_CHANGED', this.config.modules.length); this.sendNotification('NEW_PAGE', this.curPage); this.animatePageChange();