bug fixed
This commit is contained in:
parent
6bdb341f88
commit
f4c8bdba27
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class PipelineIf extends PipelineExecutor {
|
|||
@override
|
||||
Future execute() async {
|
||||
var result = checkCondition(_data.condition!);
|
||||
await CLI.println('[IF] (${result.conditionValue}) : ${result.result}',
|
||||
await CLI.println('^"[IF] (${result.conditionValue}) : ${result.result}"',
|
||||
color: Color.magentaStrong);
|
||||
if (result.result) {
|
||||
await _pipelineTrue?.execute();
|
||||
|
|
|
|||
Loading…
Reference in a new issue