--- layout: docs title: BufferedNodeProcess edit_url: "https://github.com/nylas/N1/blob/master/src/buffered-node-process.coffee" ---
Like BufferedProcess, but accepts a Node script as the command to run.
This is necessary on Windows since it doesn't support shebang #!
lines.
Runs the given Node script by spawning a new child process.
Argument | Description |
---|---|
options |
An Object with the following keys: |