Skip to content
Snippets Groups Projects
Commit 1decdc69 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

External program "use shell" option can be used to use a new JS context

Rather than introduce yet-another-external-program/config flag to enable
the "new JS run-time/context" per invocation of any particular JS command,
I'm using the XTRN/EX_SH ("Use Shell") option as it had no function for
JavaScript command-lines and the concept is similar.

So if you want to invoke a JS external program/timed-event in its own
"sandbox", enable the "Use Shell / New Context" option for that
program/command in SCFG. There may be performance penalties when running
JS mods in this way, but you get the benefit of isolating one JS module
from all others, if/when necessary.
parent 25625186
No related branches found
No related tags found
No related merge requests found
Pipeline #30 failed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment