mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 09:42:21 -04:00
Highlight required version mismatch
This commit is contained in:
parent
dc5fb978a7
commit
8286d5a06e
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ Module.register = function (name, moduleDefinition) {
|
|||
if (cmpVersions(window.version, moduleDefinition.requiresVersion) >= 0) {
|
||||
Log.log("Version is ok!");
|
||||
} else {
|
||||
Log.log("Version is incorrect. Skip module: '" + name + "'");
|
||||
Log.warn("Version is incorrect. Skip module: '" + name + "'");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue