File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 818818 "patchedDependencies" : {
819819 "@npmcli/run-script@10.0.0" : " patches/@npmcli__run-script@10.0.0.patch" ,
820820 "@sigstore/sign@4.1.0" : " patches/@sigstore__sign@4.1.0.patch" ,
821- "node-gyp@11.5.0 " : " patches/node-gyp@11.5.0 .patch" ,
822- "execa@5.1.1 " : " patches/execa@5.1.1 .patch"
821+ "execa@5.1.1 " : " patches/execa@5.1.1 .patch" ,
822+ "node-gyp@11.5.0 " : " patches/node-gyp@11.5.0 .patch"
823823 }
824824 }
825825}
Original file line number Diff line number Diff line change 1+ diff --git a/lib/kill.js b/lib/kill.js
2+ index dc1c77c38407a9157cfc847c78deaac17b8898bb..998d34578b1d3a360c2a0c7a2dc0acb6d5c15ea0 100644
3+ --- a/lib/kill.js
4+ +++ b/lib/kill.js
5+ @@ -1,6 +1,6 @@
6+ 'use strict';
7+ const os = require('os');
8+ - const onExit = require('signal-exit');
9+ + const { onExit } = require('signal-exit');
10+ const pFinally = require('p-finally');
11+
12+ const DEFAULT_FORCE_KILL_TIMEOUT = 1000 * 5;
You can’t perform that action at this time.
0 commit comments