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 6a20128 commit 08f4e48Copy full SHA for 08f4e48
kernel/src/services/DeviceService.ts
@@ -29,7 +29,7 @@ export class DeviceService {
29
}
30
catch (err) {
31
if (err instanceof DOMException && err.name === 'InvalidStateError') {
32
- console.error('[checkPort]: Port is already open by another application');
+ console.log('[checkPort]: Port is already open by another application');
33
return false;
34
35
0 commit comments