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

Commit

Permalink
add debug menu item for memory pressure alert
Browse files Browse the repository at this point in the history
  • Loading branch information
bridiver committed Apr 4, 2017
1 parent ff8a9e3 commit bd0f0b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/browser/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,11 @@ const createDebugSubmenu = () => {
click: function () {
process.crash()
}
}, {
label: 'Send memory pressure alert',
click: function () {
app.sendMemoryPressureAlert()
}
}, {
label: 'Relaunch',
accelerator: 'Command+Alt+R',
Expand Down

0 comments on commit bd0f0b6

Please sign in to comment.