Skip to content

Commit c9c7356

Browse files
committed
wording (it can be either stdio pipes or WS)
1 parent 725f9c6 commit c9c7356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/chrome.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class Chrome extends EventEmitter {
9494
const request = {method, params, sessionId};
9595
reject(
9696
error instanceof Error
97-
? error // low-level WebSocket error
97+
? error // low-level io error
9898
: new ProtocolError(request, response)
9999
);
100100
} else {

0 commit comments

Comments
 (0)