test
This commit is contained in:
parent
32f059a350
commit
49559dfeb8
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ class Application {
|
|||
} on Exception catch (e, stacktace) {
|
||||
await CLI.printString(e.toString(), color: Color.red);
|
||||
await CLI.printString(stacktace.toString(), color: Color.yellow);
|
||||
await printBuildStep('Build Failed', color: Color.red);
|
||||
await printBuildStep('Build Failed', color: Color.lightRed);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue