Skip to content

Commit 1958af8

Browse files
committed
wrapper => transport
1 parent 893709b commit 1958af8

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
@@ -335,7 +335,7 @@ class Chrome extends EventEmitter {
335335
}
336336
});
337337
}
338-
get wrapper() { return this._wrapper; }
338+
get transport() { return this._wrapper; }
339339
}
340340

341341
module.exports = Chrome;

0 commit comments

Comments
 (0)