Revert "test"

This reverts commit d88fa36a57.
This commit is contained in:
Toki 2024-12-31 11:54:32 +09:00
parent d88fa36a57
commit a4e98802f5

View file

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