Skip to content

Commit 92f534f

Browse files
Fix logic
1 parent ac8deab commit 92f534f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

script/tool/lib/src/drive_examples_command.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ class DriveExamplesCommand extends PackageLoopingCommand {
130130
'--browser-name=chrome',
131131
if (useWasm)
132132
'--wasm'
133-
'--web-renderer=canvaskit'
133+
else
134+
'--web-renderer=canvaskit',
134135
if (platform.environment.containsKey('CHROME_EXECUTABLE'))
135136
'--chrome-binary=${platform.environment['CHROME_EXECUTABLE']}',
136137
],

0 commit comments

Comments
 (0)