Skip to content

Commit 86cbb6a

Browse files
Add error logging for bluetooth connection failure (#45)
1 parent 0bbd3b1 commit 86cbb6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/bluetooth-device-wrapper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ export const createBluetoothDeviceWrapper = async (
432432
await bluetooth.connect();
433433
return bluetooth;
434434
} catch (e) {
435+
logging.error("Bluetooth connect error", e);
435436
return undefined;
436437
}
437438
};

0 commit comments

Comments
 (0)