1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

exec node: clarify scope

This commit is contained in:
Nathanaël Lécaudé 2021-06-18 14:46:16 -04:00 committed by GitHub
parent 7ae48d7390
commit 04f4a76b41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,5 +80,5 @@
<p>If the node has more than one process running then <code>msg.pid</code> must also be set with the value of the PID to be killed.</p>
<p>If a value is provided in the <code>Timeout</code> field then, if the process has not completed when the specified number of seconds has elapsed, the process will be killed automatically</p>
<p>Tip: if running a Python app you may need to use the <code>-u</code> parameter to stop the output being buffered.</p>
<p>The <code>Hide windows</code> option can be set to hide shell windows under Windows.</p>
<p>The <code>Hide windows</code> option can be set to hide shell windows under Windows. This option will only affect Windows operating systems.</p>
</script>