mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix sky_tools cache clear command
This commit is contained in:
parent
3638f9380d
commit
36c03cb40e
@ -32,7 +32,7 @@ class _ClearCommand extends Command {
|
||||
@override
|
||||
Future<int> run() async {
|
||||
ArtifactStore artifacts = new ArtifactStore(argResults['package-root']);
|
||||
await artifacts.populate();
|
||||
await artifacts.clear();
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user