Skip to content

Commit

Permalink
fix(in-memory-actor) emits warning about promise handler
Browse files Browse the repository at this point in the history
  • Loading branch information
rijnhard committed Feb 18, 2021
1 parent 2d0fd38 commit da1daef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/in-memory-actor.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ class InMemoryActor extends Actor {
.finally(() => {
this._afterHandled();
});

return null;
}
else {
this._afterHandled();
Expand Down

0 comments on commit da1daef

Please sign in to comment.