Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Prevent block polling crashes

Choose a tag to compare

@pixelmatrix pixelmatrix released this 02 Aug 20:52
· 29 commits to release since this release
2befd7d

Previously we were always emitting 'error' when the block tracker encountered an issue. The default behavior of Node is to throw an exception if nothing is subscribed to the error event, which is not intended behavior for this library.

We now catch errors from the block tracker, and log them to the console if you pass { debug: true } in the options when creating a new engine.