Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

Commit

Permalink
Add semicolon to electron require
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorgalvao committed May 7, 2018
1 parent 15c1f91 commit 3f1489e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { app, BrowserWindow, globalShortcut, ipcMain, Menu } = require('electron')
const { app, BrowserWindow, globalShortcut, ipcMain, Menu } = require('electron');
const windowStateKeeper = require('electron-window-state');
let mainWindow;

Expand Down

0 comments on commit 3f1489e

Please sign in to comment.