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