mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
50 lines
1.3 KiB
HTML
50 lines
1.3 KiB
HTML
---
|
|
layout: docs
|
|
title: BufferedNodeProcess
|
|
edit_url: "https://github.com/nylas/N1/blob/master/src/buffered-node-process.coffee"
|
|
---
|
|
|
|
<h2>Summary</h2>
|
|
|
|
<div class="markdown-from-sourecode">
|
|
<p><p>Like <a href='bufferedprocess.html'>BufferedProcess</a>, but accepts a Node script as the command
|
|
to run.</p>
|
|
<p>This is necessary on Windows since it doesn't support shebang <code>#!</code> lines.</p>
|
|
</p>
|
|
</div>
|
|
|
|
<ul>
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<h3>Instance Methods</h3>
|
|
|
|
<h4 id=constructor class="function-name">
|
|
constructor(<span class="args"><span class="arg">options</span></span>) <a href="#constructor" class="link"></a>
|
|
</h4>
|
|
|
|
<div class="function-description markdown-from-sourecode">
|
|
<p><p>Runs the given Node script by spawning a new child process.</p>
|
|
</p>
|
|
</div>
|
|
|
|
<strong>Parameters</strong>
|
|
<table class="arguments">
|
|
<tr>
|
|
<th>Argument</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td style="width:15%;">
|
|
<em>options</em>
|
|
</td>
|
|
<td class="markdown-from-sourecode">
|
|
|
|
<p>An <a href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/object'>Object</a> with the following keys:</p>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|