mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Remove unreachable code.
This commit is contained in:
parent
c40a5648dd
commit
fd49be1d9b
@ -44,7 +44,6 @@ function checkConfigFile() {
|
|||||||
} catch (e) {
|
} catch (e) {
|
||||||
Log.log(Utils.colors.error(e));
|
Log.log(Utils.colors.error(e));
|
||||||
throw new Error("No permission to access config file!");
|
throw new Error("No permission to access config file!");
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Validate syntax of the configuration file.
|
// Validate syntax of the configuration file.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user