Skip to content

Commit 5788ce5

Browse files
Remove the channel gate
1 parent 0571109 commit 5788ce5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

script/tool/lib/src/drive_examples_command.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ class DriveExamplesCommand extends PackageLoopingCommand {
143143
// TODO(stuartmorgan): Remove once drive works without it. See
144144
// https://github.com/dart-lang/sdk/issues/60289 and
145145
// https://github.com/flutter/flutter/pull/169174
146-
if (platform.environment['CHANNEL']?.toLowerCase() == 'master')
147-
'--no-web-experimental-hot-reload',
146+
'--no-web-experimental-hot-reload',
148147
'--web-port=7357',
149148
'--browser-name=chrome',
150149
if (useWasm) '--wasm',

0 commit comments

Comments
 (0)