We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6ee8f commit d66918bCopy full SHA for d66918b
lib/devtools.js
@@ -53,7 +53,7 @@ function Protocol(options, callback) {
53
{
54
return options.cdp.send('Browser.getProtocolJson')
55
.then(data=>callback(null, JSON.parse(data.result)))
56
- .catch(callback)
+ .catch(callback);
57
}
58
// if the local protocol is requested
59
if (options.local) {
0 commit comments