-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Description
I just see crash possibility:
- if
module:is missing in module configuration object - module configuration object is empty
crash return:
[2024-05-07 12:54:10.972] [ERROR] (node:18916) UnhandledPromiseRejectionWarning: TypeError: Cannot read properties of undefined (reading 'split')
at loadModule (/home/bugsounet/MagicMirror/js/app.js:156:27)
at loadModules (/home/bugsounet/MagicMirror/js/app.js:213:10)
at async App.start (/home/bugsounet/MagicMirror/js/app.js:261:3)
(Use `electron --trace-warnings ...` to show where the warning was created)
I will see to patch it