fix lint error
This commit is contained in:
parent
b9e950f5c7
commit
4deb7c6fa7
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,7 @@ const http = require('http')
|
||||||
const {closeWindow} = require('./window-helpers')
|
const {closeWindow} = require('./window-helpers')
|
||||||
|
|
||||||
const {ipcRenderer, remote, screen} = require('electron')
|
const {ipcRenderer, remote, screen} = require('electron')
|
||||||
const {app, ipcMain, BrowserWindow} = remote.require('electron')
|
const {app, ipcMain, BrowserWindow, protocol} = remote
|
||||||
const {protocol, session} = remote
|
|
||||||
|
|
||||||
const isCI = remote.getGlobal('isCi')
|
const isCI = remote.getGlobal('isCi')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue