Skip to content

Commit d66918b

Browse files
committed
fix ci (linter)
1 parent be6ee8f commit d66918b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/devtools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function Protocol(options, callback) {
5353
{
5454
return options.cdp.send('Browser.getProtocolJson')
5555
.then(data=>callback(null, JSON.parse(data.result)))
56-
.catch(callback)
56+
.catch(callback);
5757
}
5858
// if the local protocol is requested
5959
if (options.local) {

0 commit comments

Comments
 (0)