@clawos-dev/clawd 0.2.73 → 0.2.74-beta.143.123e6e3
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/cli.cjs +0 -2
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -24644,10 +24644,8 @@ function createPopupDetector(opts) {
|
|
|
24644
24644
|
quietTimer = null;
|
|
24645
24645
|
const { ready, footerKind } = scanScreen();
|
|
24646
24646
|
const popupKind = footerKind ?? "unknown";
|
|
24647
|
-
console.log("[BUGHUNT-READYGATE] quietTick", { ready, prevVisible: visible, popupKind });
|
|
24648
24647
|
if (!ready && visible === null) {
|
|
24649
24648
|
visible = popupKind;
|
|
24650
|
-
console.log("[BUGHUNT-READYGATE] emit popup_open", { popupKind });
|
|
24651
24649
|
opts.onTransition(popupKind, true);
|
|
24652
24650
|
} else if (!ready && visible !== null) {
|
|
24653
24651
|
if (pendingClear) {
|
package/package.json
CHANGED