diff --git a/utilities/debugBuilder.js b/utilities/debugBuilder.js index aa04a68..cd24590 100644 --- a/utilities/debugBuilder.js +++ b/utilities/debugBuilder.js @@ -13,6 +13,6 @@ exports.DebugBuilder = class DebugBuilder { this.DEBUG = debug(`${appName}:${fileName}:DEBUG`); this.VERBOSE = debug(`${appName}:${fileName}:VERBOSE`); this.WARN = debug(`${appName}:${fileName}:WARNING`); - this.ERROR = debug(`${appName}:${fileName}:ERROR`); + this.ERROR = debug(`${appName}:${fileName}:ERROR`).then(process.exit()); } } \ No newline at end of file