Merge pull request #26637 from overleaf/bg-clsi-fix-process-group-for-local-compiles

fix "stop compile" option for local command runner in CE/SP

GitOrigin-RevId: 7986b505362aaf33ac6e161b3b54458baba1e2e6
This commit is contained in:
Brian Gough
2025-07-10 17:33:41 +01:00
committed by Copybot
parent 85ecef4d96
commit 2f2862ecd7
5 changed files with 101 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ module.exports = CommandRunner = {
cwd: directory,
env,
stdio: ['pipe', 'pipe', 'ignore'],
detached: true,
})
let stdout = ''