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

Commit

Permalink
Merge pull request #10028 from brave/issue-4687
Browse files Browse the repository at this point in the history
workaround for #4687
  • Loading branch information
jonathansampson authored and bsclifton committed Jul 21, 2017
1 parent ba3c5f1 commit e643355
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 e643355

Please sign in to comment.