code refactoring
This commit is contained in:
parent
ced52a1f2c
commit
fbbf1a9024
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue