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 a89268f commit c4d3f55Copy full SHA for c4d3f55
kernel/src/services/DeviceService.ts
@@ -71,6 +71,7 @@ export class DeviceService {
71
72
if (!this.portChecked) {
73
logCallback('Port cannot be opened.\nDid you select the correct port?\nIs the port already open in another application or tab?');
74
+ alert('Port cannot be opened.\nDid you select the correct port?\nIs the port already open in another application or tab?');
75
return;
76
}
77
0 commit comments