Skip to content

Commit

Permalink
Merge pull request #83 from apasare/patch-1
Browse files Browse the repository at this point in the history
bug: fix uncatchable thrown errror
  • Loading branch information
Tony Crisci authored Apr 2, 2022
2 parents f02352a + 021d59d commit 6b8f447
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/bus.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ class MessageBus extends EventEmitter {
})
.catch((err) => {
this.emit('error', err);
throw new Error(err);
});
}

Expand Down

0 comments on commit 6b8f447

Please sign in to comment.