You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
archiveManager.on('sourceAdded',function__handleNewSource(sourceInfo){// do something with "sourceInfo"});
if something throws an error inside the callback function __handleNewSource, the error will be handled by buttercup-core and the application crashed without a meaningful error.
The EventEmitter callback should not break the buttercup-core. Or am I doing something wrong...?
The text was updated successfully, but these errors were encountered:
When using the Archive Manager's events like so:
if something throws an error inside the callback function
__handleNewSource
, the error will be handled bybuttercup-core
and the application crashed without a meaningful error.The EventEmitter callback should not break the
buttercup-core
. Or am I doing something wrong...?The text was updated successfully, but these errors were encountered: