mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
reenable --checked option in flutter drive (#3916)
This commit is contained in:
parent
d406bb99f3
commit
15decfca6e
@ -269,7 +269,8 @@ Future<int> startApp(DriveCommand command, BuildMode buildMode) async {
|
||||
mainPath: mainPath,
|
||||
route: command.route,
|
||||
debuggingOptions: new DebuggingOptions.enabled(
|
||||
checked: buildMode == BuildMode.debug,
|
||||
// TODO(devoncarew): Change this to 'buildMode == BuildMode.debug'.
|
||||
checked: command.argResults['checked'],
|
||||
startPaused: true,
|
||||
observatoryPort: command.debugPort
|
||||
),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user