Skip to content

Commit

Permalink
Update run.js
Browse files Browse the repository at this point in the history
workaround for remy#1889
  • Loading branch information
mikob committed Mar 8, 2022
1 parent 07159c5 commit 9c6ce73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/monitor/run.js
Expand Up @@ -404,7 +404,7 @@ function kill(child, signal, callback) {
// the sub processes need to be killed from smallest to largest
debug('sending kill signal to ' + pids.join(', '));

child.kill(signal);
//child.kill(signal);

pids.sort().forEach((pid) => exec(`kill -${sig} ${pid}`, noop));

Expand Down

0 comments on commit 9c6ce73

Please sign in to comment.