Unverified Commit 227ffb58 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

fix devicelab test for chrome reload worklow (#34056)

parent 362b999b
......@@ -17,7 +17,7 @@ final Directory flutterGalleryDir = dir(path.join(flutterDirectory.path, 'exampl
TaskFunction createWebDevModeTest() {
return () async {
final List<String> options = <String>[
'--hot', '-d', 'web', '--verbose', '--resident', '--target=lib/main_web.dart',
'--hot', '-d', 'web', '--verbose', '--resident', '--target=lib/main.dart',
];
setLocalEngineOptionIfNecessary(options);
int hotRestartCount = 0;
......
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