Skip to content

Commit

Permalink
小调整
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Jan 26, 2025
1 parent 74d7820 commit 3eb49e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gui/src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ try {
quit()
})

log.info('background finished')
log.info('background.js finished')
} catch (e) {
log.error('应用启动过程中,出现未知异常:', e)
}
2 changes: 2 additions & 0 deletions packages/gui/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ try {
VueRouter.prototype.replace = function replace (location) {
return VueRouterReplace.call(this, location).catch(err => err)
}

console.info('main.js finished')
} catch (e) {
console.error('页面加载出现未知异常:', e)
}

0 comments on commit 3eb49e2

Please sign in to comment.