We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73bd808 commit 173ab0eCopy full SHA for 173ab0e
app/src/main.ts
@@ -18,7 +18,7 @@ import { sIndexUrl } from "./define";
18
const isDevMode = process.execPath.match(/[\\/]electron/);
19
20
process.on('unhandledRejection', error => {
21
- logger.error('unhandledRejection', error);
+ logger.error('unhandledRejection');
22
});
23
24
// main.ts启动顺序为:读取系统参数(如系统类型、系统语言)、读取用户设置、初始化插件模块、载入系统插件、载入用户插件、启动主界面、载入菜单栏、其他
0 commit comments