Skip to content

Commit

Permalink
Fix execution of shutdown hooks
Browse files Browse the repository at this point in the history
Upgrade tmp-promise to upgrade tmp to fix its shutdown behavior that was
preventing our shutdown hooks from executing.

[changelog:fixed]
  • Loading branch information
David Dooling committed Jul 12, 2020
1 parent 6be6e8a commit 381f0ec
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 28 deletions.
41 changes: 15 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/retry": "^0.10.2",
"@types/semver": "^6.0.1",
"@types/shelljs": "^0.8.5",
"@types/tmp": "^0.1.0",
"@types/tmp": "^0.2.0",
"@types/utf8": "^2.1.6",
"@types/uuid": "^3.4.5",
"@types/ws": "^6.0.1",
Expand Down Expand Up @@ -118,7 +118,7 @@
"stream-spigot": "^3.0.6",
"strip-ansi": "^5.2.0",
"tinyqueue": "2.0.0",
"tmp-promise": "^2.0.2",
"tmp-promise": "^3.0.2",
"tree-kill": "^1.2.2",
"typescript": "^3.7.3",
"utf8": "^3.0.0",
Expand Down

0 comments on commit 381f0ec

Please sign in to comment.