Skip to content

Commit 7c39d28

Browse files
committed
adding missing semicolon
1 parent e52bf69 commit 7c39d28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ElectronNET.Host/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const { imageSize } = require('image-size');
88
const { HookService } = require('electron-host-hook');
99
let io, server, browserWindows, ipc, apiProcess, loadURL;
1010
let appApi, menu, dialogApi, notification, tray, webContents;
11-
let globalShortcut, shellApi, screen, clipboard, autoUpdater
11+
let globalShortcut, shellApi, screen, clipboard, autoUpdater;
1212
let commandLine, browserView;
1313
let powerMonitor;
1414
let processInfo;

0 commit comments

Comments
 (0)