diff --git a/lib/oto/commands/command.dart b/lib/oto/commands/command.dart index 816b339..6a14ef9 100644 --- a/lib/oto/commands/command.dart +++ b/lib/oto/commands/command.dart @@ -95,8 +95,7 @@ abstract class Command { if (tag.startsWith('property')) { var key = tag.replaceFirst('property.', ''); Application.instance.property[key] = value; - await CLI.println('[Set Return] $key : $value', - color: Color.yellowStrong); + await CLI.println('[Return] $key : $value', color: Color.yellowStrong); } return simpleFuture; }