update
This commit is contained in:
parent
14ff9f2e1a
commit
b6c2d44b2e
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class PipelineSwitch extends PipelineCondition {
|
|||
result.conditionValue = 'null';
|
||||
result.result = false;
|
||||
await printCondition(
|
||||
'Switch', condition, 'not exist Same condition', result);
|
||||
'Switch', data.condition!, 'not exist Same condition', result);
|
||||
}
|
||||
return simpleFuture;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue