diff --git a/index.js b/index.js index c19811d..d8a6b1f 100644 --- a/index.js +++ b/index.js @@ -15,6 +15,7 @@ function pythonBridge(opts) { env: opts && opts.env, uid: opts && opts.uid, gid: opts && opts.gid, + detached: opts && opts.detached, stdio: stdio.concat(['ipc']) };