bitfab-cli 0.2.140 → 0.2.142
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8951,7 +8951,7 @@ function awaitNavigateAck(client, path20, ackTimeoutMs, startCursor) {
|
|
|
8951
8951
|
// Only a FRESH ack counts: polling from the stream start would match a
|
|
8952
8952
|
// historical `studio:navigated` for the same path (sessions revisit the
|
|
8953
8953
|
// same routes constantly), false-acking a navigation a dead or
|
|
8954
|
-
// disconnected window never processed
|
|
8954
|
+
// disconnected window never processed - masking exactly the
|
|
8955
8955
|
// unreachable-window case that must gate.
|
|
8956
8956
|
startCursor,
|
|
8957
8957
|
abortSignal: abortController.signal,
|