--- layout: docs title: BufferedNodeProcess edit_url: "https://github.com/nylas/N1/blob/master/src/buffered-node-process.coffee" ---

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.

Parameters
Argument Description
options

An Object with the following keys: