change description in EvalCommand
This commit is contained in:
parent
51216977a5
commit
a5f9323937
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ public class EvalCommand extends Command {
|
|||
public EvalCommand () {
|
||||
super(
|
||||
"eval",
|
||||
"Evaluate JavaScript codes on a separate Node.JS server running isolated-vm",
|
||||
"Evaluate JavaScript codes on a Node.JS container running @n8n/vm2",
|
||||
new String[] { "run <code>", "reset" },
|
||||
new String[] {},
|
||||
TrustLevel.PUBLIC,
|
||||
|
|
Loading…
Reference in a new issue