mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 18:46:17 +00:00
lwp3-bootloader/sagas-ble: remove obsolete comment
This commit is contained in:
@@ -120,8 +120,6 @@ function* handleConnect(): Generator {
|
||||
server.disconnect();
|
||||
yield* takeMaybe(disconnectChannel);
|
||||
if (err instanceof DOMException && err.code === DOMException.NOT_FOUND_ERR) {
|
||||
// Possibly/probably caused by Chrome BlueZ back-end bug
|
||||
// https://chromium-review.googlesource.com/c/chromium/src/+/2214098
|
||||
yield* put(didFailToConnect(Reason.GattServiceNotFound));
|
||||
} else {
|
||||
yield* put(didFailToConnect(Reason.Unknown, ensureError(err)));
|
||||
|
||||
Reference in New Issue
Block a user