From b1782009d259029758313ec9bfb0223c4cda224f Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Sun, 22 Dec 2019 19:53:45 +0800 Subject: [PATCH] Allow setting detached --- index.js | 1 + 1 file changed, 1 insertion(+) 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']) };