Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
workaround for #4687
Browse files Browse the repository at this point in the history
real fix will be in muon
  • Loading branch information
bridiver committed Jul 18, 2017
1 parent 3b5de18 commit b7e39dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/browser/tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,10 @@ const api = {
}
})

tab.on('close', () => {
tab.forceClose()
})

tab.on('unresponsive', () => {
console.log('unresponsive')
})
Expand Down

0 comments on commit b7e39dc

Please sign in to comment.