@microbit/microbit-connection 0.0.0-alpha.28 → 0.0.0-alpha.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -283,7 +283,7 @@ class RadioBridgeSerialSession {
283
283
  configurable: true,
284
284
  writable: true,
285
285
  value: (event) => {
286
- this.logging.error("SerialError:", event.error);
286
+ this.logging.error("Serial error", event.error);
287
287
  void this.dispose();
288
288
  }
289
289
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microbit/microbit-connection",
3
- "version": "0.0.0-alpha.28",
3
+ "version": "0.0.0-alpha.29",
4
4
  "type": "module",
5
5
  "module": "./build/index.js",
6
6
  "exports": {