-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on Start possibility #3442
Comments
but a few modules in defaults don't have config object.. why now? |
no, no sam {
//module: "clock",
position: "top_left"
}, or {
/*
module: "clock",
position: "top_left"
*/
}, Or again {
Module: "clock",
position: "top_left"
}, for example if this is no |
oh.. I thought you meant config:{} |
should we correct this issue? |
yes.. never crash |
never crash, no issue about this, so it's not needed ;) |
I dont understand. we should never crash from users mistakes. yes it's needed to.prevent crash |
I just see crash possibility:
module:
is missing in module configuration objectcrash return:
I will see to patch it
The text was updated successfully, but these errors were encountered: