We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18f968 commit 8508eb6Copy full SHA for 8508eb6
src/device/webusb.ts
@@ -80,7 +80,7 @@ export class MicrobitWebUSBConnection
80
if (!this.flashing) {
81
this.log("Reconnecting visible tab");
82
this.connect({
83
- // If any other connection status change occurs then visibilitReconnect is set to false, so
+ // If any other connection status change occurs then visibilityReconnect is set to false, so
84
// it's likely the same program at this point.
85
serial: SerialOption.NoReset,
86
});
0 commit comments