Skip to content

Commit 173ab0e

Browse files
committed
修复一个tsc编译错误
1 parent 73bd808 commit 173ab0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { sIndexUrl } from "./define";
1818
const isDevMode = process.execPath.match(/[\\/]electron/);
1919

2020
process.on('unhandledRejection', error => {
21-
logger.error('unhandledRejection', error);
21+
logger.error('unhandledRejection');
2222
});
2323

2424
// main.ts启动顺序为:读取系统参数(如系统类型、系统语言)、读取用户设置、初始化插件模块、载入系统插件、载入用户插件、启动主界面、载入菜单栏、其他

0 commit comments

Comments
 (0)