We use semicolons
This commit is contained in:
parent
f20786226a
commit
31607f0776
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ app.on('ready', () => {
|
|||
mainWindow.loadURL(`file://${__dirname}/../../vector/index.html`);
|
||||
mainWindow.on('closed', () => {
|
||||
mainWindow = null;
|
||||
})
|
||||
});
|
||||
});
|
||||
|
||||
app.on('window-all-closed', () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue