diff --git a/src/ProcessManager.ts b/src/ProcessManager.ts index cf56ce7..f660ba1 100644 --- a/src/ProcessManager.ts +++ b/src/ProcessManager.ts @@ -87,6 +87,7 @@ export class ProcessManager { stdio: ["ignore", "pipe", "pipe"], shell: true, windowsHide: true, + detached: (process.platform !== "win32"), } );