Skip to content

Commit

Permalink
Fix missing headless flag
Browse files Browse the repository at this point in the history
  • Loading branch information
BaerMitUmlaut committed Oct 10, 2018
1 parent 89e0d78 commit 88f73c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interfacer/src/browsh/firefox.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ func startWERFirefox() {
args := []string{
"run",
"--firefox=" + firefoxBinary,
"--headless",
"--verbose",
"--no-reload",
}
Expand Down

0 comments on commit 88f73c7

Please sign in to comment.