This commit is contained in:
Nathan Sobo
2012-12-16 11:06:47 -08:00
parent 64ff05d481
commit 20bd670d8e

View File

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