Fix: 修复在线版添加设备时一些异常未捕获
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user