Skip to content

Commit

Permalink
Merge pull request #2048 from leancodepl/fix/devtools-default-opening
Browse files Browse the repository at this point in the history
Do not open devtools by default
  • Loading branch information
piotruela authored Jan 8, 2024
2 parents d6a2409 + 0baf5ec commit f9fd182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/patrol_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
To do so, pass `test-server-port` (default 8081) and `app-server-port`
(default 8082) to Patrol CLI commands (e.g `patrol test`)

- Do not open devtools by default when `patrol develop` is executed (#2048).

This version requires version UNRELEASED of `patrol` package.

## 2.5.0
Expand Down
1 change: 0 additions & 1 deletion packages/patrol_cli/lib/src/commands/develop.dart
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ class DevelopCommand extends PatrolCommand {
argParser.addFlag(
'open-devtools',
help: 'Automatically open Patrol extension in DevTools when ready.',
defaultsTo: true,
);
}

Expand Down

0 comments on commit f9fd182

Please sign in to comment.