From f67e2043c8343c476320975d6dbe5c0d9fd17773 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 13 Jun 2016 09:06:42 -0700 Subject: [PATCH] Add back options param --- lib/browser/api/web-contents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/browser/api/web-contents.js b/lib/browser/api/web-contents.js index afe9bd6..dcd14a4 100644 --- a/lib/browser/api/web-contents.js +++ b/lib/browser/api/web-contents.js @@ -238,7 +238,7 @@ const wrapDebugger = function (webContentsDebugger) { debuggerBinding._setWrapDebugger(wrapDebugger) module.exports = { - create () { + create (options = {}) { return binding.create(options) }, -- 2.7.4