Skip to content

Commit

Permalink
ignore foxdriver errors
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed Jul 9, 2020
1 parent 6e1b8bd commit 111e09b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/server/lib/browsers/firefox-util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@ export default {

const { browser } = foxdriver

browser.on('error', (err) => {
debug('received error from foxdriver connection, ignoring %o', err)
})

forceGcCc = () => {
let gcDuration; let ccDuration

Expand Down

0 comments on commit 111e09b

Please sign in to comment.