From 8cc804bc6b6379ad2e5db6f54484447efa6676fd Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Sat, 20 Dec 2025 17:31:51 +0800 Subject: [PATCH] =?UTF-8?q?chore(event-bus.js):=20=20=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E5=A4=9A=E4=BD=99=E7=9A=84=E6=B3=A8=E9=87=8A=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/js/event-bus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/js/event-bus.js b/common/js/event-bus.js index 0c69b3d..9c7f257 100644 --- a/common/js/event-bus.js +++ b/common/js/event-bus.js @@ -190,7 +190,7 @@ class EventBus { } // 在每个监听器执行后,如果允许并且提供了 defaultAsyncHandler,就调用并等待它 - console.log('==> callDefaultAsyncHandler', {event, handler, awaitedResult}) + // console.log('==> callDefaultAsyncHandler', {event, handler, awaitedResult}) await callDefaultAsyncHandler(event, handler, awaitedResult) } catch (error) { console.error(`EventBus ${eventName} error:`, error)