diff --git a/utils.js b/utils.js index df1ec4c87..b043e51b7 100644 --- a/utils.js +++ b/utils.js @@ -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) {