test
This commit is contained in:
parent
f27f6a386a
commit
d88fa36a57
1 changed files with 1 additions and 2 deletions
|
|
@ -176,7 +176,6 @@ class Application {
|
|||
'''$enter************************************************************************************
|
||||
* $name
|
||||
************************************************************************************''';
|
||||
await CLI.printString(message, color: color ?? Color.green);
|
||||
return simpleFuture;
|
||||
return await CLI.printString(message, color: color ?? Color.green);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue