Skip to content

Commit

Permalink
fix lint 2
Browse files Browse the repository at this point in the history
icecream17 authored Oct 22, 2021
1 parent 8f90ed2 commit f71be55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main-process/atom-window.js
Original file line number Diff line number Diff line change
@@ -239,7 +239,7 @@ module.exports = class AtomWindow extends EventEmitter {
this.browserWindow.webContents.on(
'render-process-gone',
async (event, { reason }) => {
if (reason === "crashed") {
if (reason === 'crashed') {
if (this.headless) {
console.log('Renderer process crashed, exiting');
this.atomApplication.exit(100);

0 comments on commit f71be55

Please sign in to comment.