Skip to content

Commit

Permalink
fix: add missing require in chromium-spec (#16153)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng Zhao committed Dec 20, 2018
1 parent 90d314c commit 4ff7976
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/chromium-spec.js
Expand Up @@ -8,6 +8,7 @@ const ws = require('ws')
const url = require('url')
const ChildProcess = require('child_process')
const { ipcRenderer, remote } = require('electron')
const { emittedOnce } = require('./events-helpers')
const { closeWindow } = require('./window-helpers')
const { resolveGetters } = require('./assert-helpers')
const { app, BrowserWindow, ipcMain, protocol, session, webContents } = remote
Expand Down

0 comments on commit 4ff7976

Please sign in to comment.