pipeline log update
This commit is contained in:
parent
c46afa776c
commit
f48b7f830e
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ abstract class PipelineCondition extends PipelineExecutor {
|
|||
ConditionCheckResult result) async {
|
||||
await CLI.println('[Pipeline-$syntax]', color: Color.magentaStrong);
|
||||
print(
|
||||
' - Condition: ($condition)\n - Values: (${result.conditionValue})\n - Result: ${result.result} ===> $postfix');
|
||||
' - Condition: $condition\n - Values: ${result.conditionValue}\n - Result: ${result.result} ===> $postfix');
|
||||
|
||||
return simpleFuture;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue