Summary
Like BufferedProcess, but accepts a Node script as the command to run.
This is necessary on Windows since it doesn't support shebang #!
lines.
Instance Methods
constructor(options)
Runs the given Node script by spawning a new child process.
Argument | Description |
---|---|
options |
An Object with the following keys: |