Skip to content

Commit

Permalink
fix(Execute Command Node): Block executions when command is empty (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed May 24, 2023
1 parent fc580f7 commit 011d577
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export class ExecuteCommand implements INodeType {
default: '',
placeholder: 'echo "test"',
description: 'The command to execute',
required: true,
},
],
};
Expand Down

0 comments on commit 011d577

Please sign in to comment.