File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ private function getDefaultArguments(): array
105
105
}
106
106
107
107
// Enable devtools for debugging
108
- if (filter_var ($ _SERVER ['PANTHER_DEVTOOLS ' ] ?? true , \FILTER_VALIDATE_BOOLEAN )) {
108
+ if (filter_var ($ _SERVER ['PANTHER_DEVTOOLS ' ] ?? false , \FILTER_VALIDATE_BOOLEAN )) {
109
109
$ args [] = '--auto-open-devtools-for-tabs ' ;
110
110
}
111
111
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ private function getDefaultArguments(): array
110
110
}
111
111
112
112
// Enable devtools for debugging
113
- if (filter_var ($ _SERVER ['PANTHER_DEVTOOLS ' ] ?? true , \FILTER_VALIDATE_BOOLEAN )) {
113
+ if (filter_var ($ _SERVER ['PANTHER_DEVTOOLS ' ] ?? false , \FILTER_VALIDATE_BOOLEAN )) {
114
114
$ args [] = '--devtools ' ;
115
115
}
116
116
You can’t perform that action at this time.
0 commit comments