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

This commit is contained in:
Jonah Williams 2021-05-18 08:55:38 -07:00 committed by GitHub
parent cb57480bdd
commit d6fa9bbf91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',