From 593456040a0eb5e7cc28c65e2244584543fbc932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=AB=8B=E5=B8=AE?= <3294713004@qq.com> Date: Mon, 28 Oct 2024 09:52:56 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E4=BF=AE=E5=A4=8D=E5=9C=A8=E7=BA=BF?= =?UTF-8?q?=E7=89=88=E6=B7=BB=E5=8A=A0=E8=AE=BE=E5=A4=87=E6=97=B6=E4=B8=80?= =?UTF-8?q?=E4=BA=9B=E5=BC=82=E5=B8=B8=E6=9C=AA=E6=8D=95=E8=8E=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/modules/mixly-modules/common/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/modules/mixly-modules/common/app.js b/common/modules/mixly-modules/common/app.js index 1197e706..28c03304 100644 --- a/common/modules/mixly-modules/common/app.js +++ b/common/modules/mixly-modules/common/app.js @@ -154,7 +154,7 @@ class App extends Component { } return true; }, - callback: () => BU.requestPort(), + callback: () => BU.requestPort().catch(Debug.error), scopeType: Nav.Scope.LEFT, weight: 3 });