mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 11:52:07 +08:00
监听任务进度
This commit is contained in:
@@ -137,6 +137,15 @@ module.exports = (appInfo) => {
|
||||
enable: false
|
||||
};
|
||||
|
||||
/**
|
||||
* 异常捕获
|
||||
*/
|
||||
config.exception = {
|
||||
mainExit: false,
|
||||
childExit: true,
|
||||
rendererExit: true,
|
||||
};
|
||||
|
||||
/**
|
||||
* 插件功能
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user