From 04f4a76b410f327cbcd000bd7906bda112488995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20L=C3=A9caud=C3=A9?= Date: Fri, 18 Jun 2021 14:46:16 -0400 Subject: [PATCH] exec node: clarify scope --- .../@node-red/nodes/locales/en-US/function/90-exec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.