Unverified Commit 32c946f3 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

make sure we launch with dwds (#40210)

parent da151c95
...@@ -167,7 +167,7 @@ class ResidentWebRunner extends ResidentRunner { ...@@ -167,7 +167,7 @@ class ResidentWebRunner extends ResidentRunner {
target: target, target: target,
flutterProject: flutterProject, flutterProject: flutterProject,
buildInfo: debuggingOptions.buildInfo, buildInfo: debuggingOptions.buildInfo,
skipDwds: true, skipDwds: device is WebDevices,
); );
await device.startApp(package, mainPath: target, platformArgs: <String, Object>{ await device.startApp(package, mainPath: target, platformArgs: <String, Object>{
'uri': _webFs.uri 'uri': _webFs.uri
......
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