fix(Execute Command Node): Block executions when command is empty (#6308)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-05-24 11:17:29 +00:00
committed by GitHub
parent fc580f7ee8
commit 011d5778b1

View File

@@ -75,6 +75,7 @@ export class ExecuteCommand implements INodeType {
default: '', default: '',
placeholder: 'echo "test"', placeholder: 'echo "test"',
description: 'The command to execute', description: 'The command to execute',
required: true,
}, },
], ],
}; };