make sure we launch with dwds (#40210)

This commit is contained in:
Jonah Williams 2019-09-10 20:49:27 -07:00 committed by GitHub
parent da151c95ba
commit 32c946f31b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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