Skip to content

Commit

Permalink
Merge branch 'master' into snyk-fix-7c3722b1957048b71a840ad8f2e3311d
Browse files Browse the repository at this point in the history
  • Loading branch information
weekens authored Jun 10, 2022
2 parents 9b2bd7f + 5f0eb8d commit 93e3545
Show file tree
Hide file tree
Showing 4 changed files with 10,938 additions and 1,122 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ environment:
- nodejs_version: '10'
install:
- ps: Install-Product node $env:nodejs_version
- npm i npm@latest -g
- npm i npm@7.20.5 -g
- set PATH=%APPDATA%\npm;%PATH%
- set CI=true
- npm config set progress=false
Expand Down
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
Loading

0 comments on commit 93e3545

Please sign in to comment.