Pull app/session from remote
This commit is contained in:
parent
3695e38719
commit
527ff66115
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ const assert = require('assert')
|
|||
const path = require('path')
|
||||
const http = require('http')
|
||||
const url = require('url')
|
||||
const {app, session} = require('electron')
|
||||
const {app, session} = require('electron').remote
|
||||
|
||||
describe('<webview> tag', function () {
|
||||
this.timeout(10000)
|
||||
|
|
Loading…
Reference in a new issue