Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
const { app } = require('electron');
process.on('message', () => {
console.log('Notified to quit');
app.quit();
});