mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
fix(Execute Command Node): Block executions when command
is empty (#6308)
This commit is contained in:
parent
fc580f7ee8
commit
011d5778b1
|
@ -75,6 +75,7 @@ export class ExecuteCommand implements INodeType {
|
|||
default: '',
|
||||
placeholder: 'echo "test"',
|
||||
description: 'The command to execute',
|
||||
required: true,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue