Debug: log fallback path when client route fails

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-07 01:20:58 +00:00
parent 1387d97c82
commit 28ee441d9a
2 changed files with 5 additions and 4 deletions

View File

@@ -405,8 +405,9 @@
(browser-push-state (get verbInfo "url"))
(browser-scroll-to 0 0))
(do
(when is-get-link
(log-info (str "sx:route server fetch " (get verbInfo "url"))))
(log-info (str "sx:route fallback is-get=" is-get-link
" url=" (get verbInfo "url")
" delay=" (get mods "delay")))
(if (get mods "delay")
(do
(clear-timeout timer)