mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-09-26 19:51:42 +02:00
fix(Execute Command Node): Block executions when command is empty (#6308)
This commit is contained in:
@@ -75,6 +75,7 @@ export class ExecuteCommand implements INodeType {
|
||||
default: '',
|
||||
placeholder: 'echo "test"',
|
||||
description: 'The command to execute',
|
||||
required: true,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user