This commit is contained in:
leedongmyung[desktop] 2023-11-26 14:55:07 +09:00
parent 14ff9f2e1a
commit b6c2d44b2e

View file

@ -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;
}