do not reraise errors from loading extensions

This commit is contained in:
Corey Johnson
2012-10-25 11:49:36 -07:00
parent d60bddf290
commit 79476bbc8c

View File

@@ -79,7 +79,6 @@ windowAdditions =
extension
catch e
console.error "Failed to load extension named '#{name}'"
throw e
reload: ->
if rootView.getModifiedBuffers().length > 0