mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
more error like message
This commit is contained in:
parent
afbdacf136
commit
d2a7a3b0bb
@ -295,7 +295,7 @@ var MM = (function () {
|
||||
// Otherwise cancel show action.
|
||||
if (module.lockStrings.length !== 0 && options.force !== true) {
|
||||
Log.log("Will not show " + module.name + ". LockStrings active: " + module.lockStrings.join(","));
|
||||
callback("Active lock strings");
|
||||
callback("ERR_ACTIVE_LOCK_STRINGS");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user