We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8deab commit 92f534fCopy full SHA for 92f534f
script/tool/lib/src/drive_examples_command.dart
@@ -130,7 +130,8 @@ class DriveExamplesCommand extends PackageLoopingCommand {
130
'--browser-name=chrome',
131
if (useWasm)
132
'--wasm'
133
- '--web-renderer=canvaskit'
+ else
134
+ '--web-renderer=canvaskit',
135
if (platform.environment.containsKey('CHROME_EXECUTABLE'))
136
'--chrome-binary=${platform.environment['CHROME_EXECUTABLE']}',
137
],
0 commit comments