Add back options param
This commit is contained in:
parent
d160be5daa
commit
f67e2043c8
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ const wrapDebugger = function (webContentsDebugger) {
|
||||||
debuggerBinding._setWrapDebugger(wrapDebugger)
|
debuggerBinding._setWrapDebugger(wrapDebugger)
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
create () {
|
create (options = {}) {
|
||||||
return binding.create(options)
|
return binding.create(options)
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue