change color
This commit is contained in:
parent
a2d7ef3282
commit
975b0dc800
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ class Application {
|
|||
}
|
||||
|
||||
c.complete();
|
||||
await printBuildStep('Build Successfully Complete', color: Color.magenta);
|
||||
await printBuildStep('Build Successfully Complete', color: Color.cyan);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue