mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Better error reporting for failed extensions
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user