Skip to content

Commit 2b8ff38

Browse files
committed
CR review III
1 parent c75c3c8 commit 2b8ff38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/serial.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class Serial extends EventTarget {
9292
let result = false;
9393
try {
9494
this._protocol = this.selectProtocol(path);
95-
result = await this._protocol.connect(path, options, callback);
95+
result = await this._protocol.connect(path, options);
9696
} catch (error) {
9797
console.error(`${this.logHead} Error during connection:`, error);
9898
}

0 commit comments

Comments
 (0)