Skip to content

Commit

Permalink
fix: only enable xfvb by default on supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
pimlie committed Mar 26, 2019
1 parent ca59c42 commit d6df88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default class Browser extends Hookable {
}

if (!this.config.xvfb) {
this.config.xvfb = true
this.config.xvfb = Xvfb.isSupported()
}

continue
Expand Down

0 comments on commit d6df88c

Please sign in to comment.