We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 427c5c2 commit 0d939f3Copy full SHA for 0d939f3
test/fixtures/detach
@@ -3,6 +3,6 @@
3
4
const execa = require('../..');
5
6
-const subprocess = execa('node', ['./test/fixtures/noop'], {detached: true});
+const subprocess = execa('node', ['./test/fixtures/forever'], {detached: true});
7
console.log(subprocess.pid);
8
process.exit();
0 commit comments