mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04: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