From 5ebfa0d56c339ce9e621efc30f81241ab35c92e3 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Wed, 17 Jun 2026 15:22:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20bricks.error=E4=B8=8D=E5=AD=98=E5=9C=A8?= =?UTF-8?q?=E7=9A=84=E5=87=BD=E6=95=B0=E8=B0=83=E7=94=A8=E6=94=B9=E4=B8=BA?= =?UTF-8?q?console.error=20(ApiDoc)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bricks/api_doc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bricks/api_doc.js b/bricks/api_doc.js index 14d6207..2f7bc18 100644 --- a/bricks/api_doc.js +++ b/bricks/api_doc.js @@ -69,7 +69,7 @@ bricks.ApiDoc = class extends bricks.VBox { this.content_el.innerHTML = '
Failed to load: ' + this.md_url + '
'; - bricks.error('ApiDoc load error:', e); + console.error('ApiDoc load error:', e); } }