Confirmed users
656
edits
Jamesboston (talk | contribs) No edit summary |
m (→Sample Usage) |
||
Line 19: | Line 19: | ||
process.open(arguments, arguments.length) | process.open(arguments, arguments.length) | ||
// alternatively it could opened with interprocess communication | // alternatively it could be opened with interprocess communication | ||
process.open(arguments, arguments.length, stdin, stdout, stderr) | process.open(arguments, arguments.length, stdin, stdout, stderr) | ||
// stdin - callback | // stdin - callback |