change description in EvalCommand

This commit is contained in:
Chayapak 2024-10-19 09:30:26 +07:00
parent 51216977a5
commit a5f9323937

View file

@ -16,7 +16,7 @@ public class EvalCommand extends Command {
public EvalCommand () { public EvalCommand () {
super( super(
"eval", "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[] { "run <code>", "reset" },
new String[] {}, new String[] {},
TrustLevel.PUBLIC, TrustLevel.PUBLIC,