Skip to content

Commit 08f4e48

Browse files
dbg
1 parent 6a20128 commit 08f4e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/src/services/DeviceService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class DeviceService {
2929
}
3030
catch (err) {
3131
if (err instanceof DOMException && err.name === 'InvalidStateError') {
32-
console.error('[checkPort]: Port is already open by another application');
32+
console.log('[checkPort]: Port is already open by another application');
3333
return false;
3434
}
3535
}

0 commit comments

Comments
 (0)