Skip to content

Commit 967083d

Browse files
Dbg
1 parent 060125f commit 967083d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kernel/src/services/DeviceService.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ export class DeviceService {
1919
console.log('Port is already open, skipping request');
2020
return;
2121
}
22+
else {
23+
console.log('Port is not open, requesting transport for port');
24+
}
2225

2326
this.transport = new Transport(port);
2427

0 commit comments

Comments
 (0)