fix lint 2

This commit is contained in:
steven nguyen 2021-10-22 14:38:16 -05:00 committed by GitHub
parent 8f90ed28de
commit f71be55927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);