Unverified Commit d6fa9bbf authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[devicelab] await flutter create call in platform channels benchmark (#82762)

parent cb57480b
...@@ -31,7 +31,7 @@ TaskFunction runTask(adb.DeviceOperatingSystem operatingSystem) { ...@@ -31,7 +31,7 @@ TaskFunction runTask(adb.DeviceOperatingSystem operatingSystem) {
'.' '.'
]; ];
print('\nExecuting: $flutterExe $createArgs $appDir'); print('\nExecuting: $flutterExe $createArgs $appDir');
utils.eval(flutterExe, createArgs); await utils.eval(flutterExe, createArgs);
final List<String> options = <String>[ final List<String> options = <String>[
'-v', '-v',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment