new_bug_contest
CI / test (pull_request) Failing after 2m6s
PR合并自动部署 / release-check (pull_request) Successful in 13s
PR合并自动部署 / deploy (pull_request) Successful in 13s

This commit is contained in:
2026-08-09 16:45:22 +08:00
parent 589adfa5e6
commit 94188b5f0a
3 changed files with 134 additions and 24 deletions
+1
View File
@@ -83,6 +83,7 @@ function collectApiErrorMessages(value, messages = []) {
}
function logApiError(error) {
if (error.status === 401 || error.status === 403) return;
console.error("[Hulumath API]", {
method: error.method,
path: error.path,