doc: detached
is a boolean
This commit is contained in:
parent
06c82c5069
commit
401ff10295
@ -404,7 +404,7 @@ file:
|
||||
err = fs.openSync('./out.log', 'a');
|
||||
|
||||
var child = spawn('prg', [], {
|
||||
detached: 'true',
|
||||
detached: true,
|
||||
stdio: [ 'ignore', out, err ]
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user