Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
doc: detached is a boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasMadsen authored and bnoordhuis committed Jun 26, 2012
1 parent 06c82c5 commit 401ff10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/child_process.markdown
Expand Up @@ -404,7 +404,7 @@ file:
err = fs.openSync('./out.log', 'a');

var child = spawn('prg', [], {
detached: 'true',
detached: true,
stdio: [ 'ignore', out, err ]
});

Expand Down

0 comments on commit 401ff10

Please sign in to comment.