From 506bc93d36ddd4b401840c27ca5fbcb8b7f6f097 Mon Sep 17 00:00:00 2001 From: vet Date: Tue, 14 Apr 2026 15:42:50 +0700 Subject: [PATCH] test --- pc-sdk-probe.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pc-sdk-probe.sh b/pc-sdk-probe.sh index 3810f93..afb5579 100755 --- a/pc-sdk-probe.sh +++ b/pc-sdk-probe.sh @@ -135,6 +135,7 @@ cat <<'EOF' counts: { ...counts }, }; console.log("[probe] auth state", state); + console.log("[probe] auth state json", JSON.stringify(state, null, 2)); return state; }; if (!window.__deployTestXHRWrapped) {