Fixes #274. It seems undesirable to swallow an error merely as a result of registering an error handler as this changes the logic of promise chains that involve the runloop in a way that is contingent on an error handler, which generally seem used for passing logging.
Fixes #274. It seems undesirable to swallow an error merely as a result of registering an error handler as this changes the logic of promise chains that involve the runloop in a way that is contingent on an error handler, which generally seem used for passing logging.