Fix: 修复在线版添加设备时一些异常未捕获

This commit is contained in:
王立帮
2024-10-28 09:52:56 +08:00
parent ded34ab6be
commit 593456040a

View File

@@ -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
});