Comparing version 1.2.2 to 1.2.3
@@ -11,9 +11,11 @@ 'use strict'; | ||
co(function *() { | ||
const opts = Object.assign({ | ||
debug: true, | ||
webPreferences: { | ||
nodeIntegration: true | ||
} | ||
}, options); | ||
console.log(opts); | ||
try { | ||
yield electron.startDevice(Object.assign({ | ||
debug: true, | ||
webPreferences: { | ||
nodeIntegration: true | ||
} | ||
}, options)); | ||
yield electron.startDevice(opts); | ||
@@ -20,0 +22,0 @@ yield electron.get(options.url); |
{ | ||
"name": "uitest", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "uitest", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
10136
102