mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
do not reraise errors from loading extensions
This commit is contained in:
@@ -79,7 +79,6 @@ windowAdditions =
|
||||
extension
|
||||
catch e
|
||||
console.error "Failed to load extension named '#{name}'"
|
||||
throw e
|
||||
|
||||
reload: ->
|
||||
if rootView.getModifiedBuffers().length > 0
|
||||
|
||||
Reference in New Issue
Block a user