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.
--disable-dart-dev
flutter/flutter
1 parent 6fd2b9f commit 4b5cf85Copy full SHA for 4b5cf85
dev/devicelab/lib/framework/runner.dart
@@ -187,8 +187,6 @@ Future<TaskResult> runTask(
187
final Process runner = await startProcess(
188
dartBin,
189
<String>[
190
- // TODO(matanlurey): This is load bearing; see https://github.com/flutter/flutter/issues/154268#issuecomment-2318996125.
191
- '--disable-dart-dev',
192
'--enable-vm-service=0', // zero causes the system to choose a free port
193
'--no-pause-isolates-on-exit',
194
if (localEngine != null) '-DlocalEngine=$localEngine',
0 commit comments