Better error reporting for failed extensions

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-08-28 16:11:38 -07:00
parent ff290d68d2
commit ee841d14e7

View File

@@ -209,5 +209,5 @@ class RootView extends View
try
require atom.configFilePath if fs.exists(atom.configFilePath)
catch error
console.error "Failed to load `#{atom.configFilePath}`", error.message, error
console.error "Failed to load `#{atom.configFilePath}`", error.stack, error