mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Add back options param
This commit is contained in:
@@ -238,7 +238,7 @@ const wrapDebugger = function (webContentsDebugger) {
|
||||
debuggerBinding._setWrapDebugger(wrapDebugger)
|
||||
|
||||
module.exports = {
|
||||
create () {
|
||||
create (options = {}) {
|
||||
return binding.create(options)
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user