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