mirror of
https://github.com/electron/electron.git
synced 2026-01-25 23:38:18 -05:00
fix lint error
This commit is contained in:
@@ -9,8 +9,7 @@ const http = require('http')
|
||||
const {closeWindow} = require('./window-helpers')
|
||||
|
||||
const {ipcRenderer, remote, screen} = require('electron')
|
||||
const {app, ipcMain, BrowserWindow} = remote.require('electron')
|
||||
const {protocol, session} = remote
|
||||
const {app, ipcMain, BrowserWindow, protocol} = remote
|
||||
|
||||
const isCI = remote.getGlobal('isCi')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user