mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
[devicelab] await flutter create call in platform channels benchmark (#82762)
This commit is contained in:
parent
cb57480bdd
commit
d6fa9bbf91
@ -31,7 +31,7 @@ TaskFunction runTask(adb.DeviceOperatingSystem operatingSystem) {
|
||||
'.'
|
||||
];
|
||||
print('\nExecuting: $flutterExe $createArgs $appDir');
|
||||
utils.eval(flutterExe, createArgs);
|
||||
await utils.eval(flutterExe, createArgs);
|
||||
|
||||
final List<String> options = <String>[
|
||||
'-v',
|
||||
|
Loading…
Reference in New Issue
Block a user