Skip to content

Commit c4d3f55

Browse files
Make connection warning alert
1 parent a89268f commit c4d3f55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/src/services/DeviceService.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export class DeviceService {
7171

7272
if (!this.portChecked) {
7373
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?');
7475
return;
7576
}
7677

0 commit comments

Comments
 (0)