Skip to content

Commit

Permalink
Update serial error message name (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-robert authored Nov 13, 2024
1 parent 60dd055 commit 82d712b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/usb-radio-bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class RadioBridgeSerialSession {
private isRestartingConnection: boolean = false;

private serialErrorListener = (event: SerialErrorEvent) => {
this.logging.error("SerialError:", event.error);
this.logging.error("Serial error", event.error);
void this.dispose();
};

Expand Down

0 comments on commit 82d712b

Please sign in to comment.