diff --git a/js/check_config.js b/js/check_config.js index 5e2aee96..cfd56824 100644 --- a/js/check_config.js +++ b/js/check_config.js @@ -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.