code refactoring

This commit is contained in:
leedongmyung[desktop] 2023-11-25 19:59:40 +09:00
parent ced52a1f2c
commit fbbf1a9024

View file

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