From a4e98802f56bfe4747a8bb05ea04f98ebd52049e Mon Sep 17 00:00:00 2001 From: Toki Date: Tue, 31 Dec 2024 11:54:32 +0900 Subject: [PATCH] Revert "test" This reverts commit d88fa36a57076a0fc1b7f516649ede6e877023ae. --- lib/oto/application.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/oto/application.dart b/lib/oto/application.dart index b280785..6bba114 100644 --- a/lib/oto/application.dart +++ b/lib/oto/application.dart @@ -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; } }