We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f02352a + 021d59d commit 6b8f447Copy full SHA for 6b8f447
1 file changed
lib/bus.js
@@ -176,7 +176,6 @@ class MessageBus extends EventEmitter {
176
})
177
.catch((err) => {
178
this.emit('error', err);
179
- throw new Error(err);
180
});
181
}
182
0 commit comments