From 56a55299bee3ff769aa63b613dacb6acd1fdbbab Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Thu, 19 Apr 2012 18:13:05 -0700 Subject: [PATCH] :lipstick: --- src/app/window.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/window.coffee b/src/app/window.coffee index 44afa68f1..d7295d15d 100644 --- a/src/app/window.coffee +++ b/src/app/window.coffee @@ -21,8 +21,8 @@ windowAdditions = $(document).on 'keydown', @_handleKeyEvent startup: (path) -> - @attachRootView(path) @loadUserConfiguration() + @attachRootView(path) $(window).on 'close', => @close() $(window).on 'beforeunload', => @shutdown() @@ -53,7 +53,7 @@ windowAdditions = try require atom.userConfigurationPath if fs.exists(atom.userConfigurationPath) catch error - console.error "Failed to load `#{atom.userConfigurationPath}`", error + console.error "Failed to load `#{atom.userConfigurationPath}`", error.message, error @showConsole() requireStylesheet: (path) ->