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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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