This commit is contained in:
Toki 2024-12-31 11:50:13 +09:00
parent f27f6a386a
commit d88fa36a57

View file

@ -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);
}
}