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 bcd9e55 commit 3520fc1Copy full SHA for 3520fc1
src/components/connection-prompt/usb/FindUsbDialog.svelte
@@ -10,7 +10,7 @@
10
Microbits.linkMicrobit()
11
.then(() => onFoundUsb())
12
.catch((e: Error) => {
13
- console.log(e)
+ console.log(e);
14
onUsbLinkError();
15
});
16
}
src/script/compatibility/CompatibilityChecker.ts
@@ -12,7 +12,7 @@ export type CompatibilityStatus = {
bluetooth: boolean;
usb: boolean;
platformAllowed: boolean;
- webGL: boolean,
+ webGL: boolean;
};
17
18
export function checkCompatibility(): CompatibilityStatus {
0 commit comments