From 20bd670d8e32c67a148890d0ea4e018ab158fa13 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Sun, 16 Dec 2012 11:06:47 -0800 Subject: [PATCH] :lipstick: --- src/app/config.coffee | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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