mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Remove unreachable code.
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user