error fixed
This commit is contained in:
parent
5a115e10f7
commit
437441192e
1 changed files with 2 additions and 1 deletions
|
|
@ -71,7 +71,8 @@ class Application {
|
|||
}
|
||||
_jenkinsData = DataJenkins.fromJson(jenkinsMap!);
|
||||
|
||||
buildMap = getMapFromYaml(composeANSIPrint(await getBuildData()));
|
||||
buildMap =
|
||||
getMapFromYaml(composeANSIPrint(await getBuildData(), Color.green));
|
||||
break;
|
||||
|
||||
case BuildType.file:
|
||||
|
|
|
|||
Loading…
Reference in a new issue