Remove unreachable code.

This commit is contained in:
Michael Teeuw
2020-06-14 14:14:30 +02:00
committed by GitHub
parent c40a5648dd
commit fd49be1d9b

View File

@@ -44,7 +44,6 @@ function checkConfigFile() {
} catch (e) {
Log.log(Utils.colors.error(e));
throw new Error("No permission to access config file!");
return;
}
// Validate syntax of the configuration file.