Skip to content

Commit

Permalink
Adding the SIGKILL signal to kill the atom subprocess post timeout (C…
Browse files Browse the repository at this point in the history
…ycloneDX#815)

Signed-off-by: saketjajoo <saketjajoo77@gmail.com>
  • Loading branch information
saketjajoo authored Jan 13, 2024
1 parent 955a33b commit d995387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -7495,6 +7495,7 @@ export const executeAtom = (src, args) => {
timeout: TIMEOUT_MS,
detached: !isWin && !process.env.CI,
shell: isWin,
killSignal: "SIGKILL",
env
});
if (result.stderr) {
Expand Down

0 comments on commit d995387

Please sign in to comment.