diff --git a/packages/node_modules/@node-red/nodes/locales/en-US/function/90-exec.html b/packages/node_modules/@node-red/nodes/locales/en-US/function/90-exec.html index 093b3f7ce..bf0eac3ec 100644 --- a/packages/node_modules/@node-red/nodes/locales/en-US/function/90-exec.html +++ b/packages/node_modules/@node-red/nodes/locales/en-US/function/90-exec.html @@ -80,5 +80,5 @@
If the node has more than one process running then msg.pid must also be set with the value of the PID to be killed.
If a value is provided in the Timeout field then, if the process has not completed when the specified number of seconds has elapsed, the process will be killed automatically
Tip: if running a Python app you may need to use the -u parameter to stop the output being buffered.
The Hide windows option can be set to hide shell windows under Windows.
The Hide windows option can be set to hide shell windows under Windows. This option will only affect Windows operating systems.