Add back options param

This commit is contained in:
Kevin Sawicki 2016-06-13 09:06:42 -07:00
parent d160be5daa
commit f67e2043c8

View file

@ -238,7 +238,7 @@ const wrapDebugger = function (webContentsDebugger) {
debuggerBinding._setWrapDebugger(wrapDebugger)
module.exports = {
create () {
create (options = {}) {
return binding.create(options)
},