fix: Fix some comments (no-changelog) (#11816)

Signed-off-by: binchengqu <bincheng@before.tech>
This commit is contained in:
Bin Chang
2024-11-22 20:31:52 +08:00
committed by GitHub
parent 05c61091db
commit adf026c201
3 changed files with 3 additions and 3 deletions

View File

@@ -435,7 +435,7 @@ export class Workflow {
) {
// Is expression so has to be rewritten
// To not run the "expensive" regex stuff when it is not needed
// make a simple check first if it really contains the the node-name
// make a simple check first if it really contains the node-name
if (parameterValue.includes(currentName)) {
// Really contains node-name (even though we do not know yet if really as $node-expression)