diff --git a/src/app/config.coffee b/src/app/config.coffee index 6abd149de..9712f33a8 100644 --- a/src/app/config.coffee +++ b/src/app/config.coffee @@ -58,10 +58,9 @@ class Config requireUserInitScript: -> try - console.log @userInitScriptPath require userInitScriptPath if fs.exists(userInitScriptPath) catch error - console.error "Failed to load `#{@userInitScriptPath}`", error.stack, error + console.error "Failed to load `#{userInitScriptPath}`", error.stack, error valueAtKeyPath: (keyPath) -> value = this