mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
fix devicelab test for chrome reload worklow (#34056)
This commit is contained in:
parent
362b999b90
commit
227ffb58d7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user