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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.