Fixed indentation
This commit is contained in:
parent
a2a8c3b671
commit
133a623657
1 changed files with 6 additions and 6 deletions
12
app.js
12
app.js
|
|
@ -1,9 +1,9 @@
|
|||
//handle setupevents as quickly as possible
|
||||
const setupEvents = require('./setupEvents')
|
||||
if (setupEvents.handleSquirrelEvent()) {
|
||||
// squirrel event handled and app will exit in 1000ms, so don't do anything else
|
||||
return;
|
||||
}
|
||||
//handle setupevents as quickly as possible
|
||||
const setupEvents = require('./setupEvents')
|
||||
if (setupEvents.handleSquirrelEvent()) {
|
||||
// squirrel event handled and app will exit in 1000ms, so don't do anything else
|
||||
return;
|
||||
}
|
||||
|
||||
// Required packages
|
||||
const electron = require('electron')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue