监听任务进度

This commit is contained in:
哆啦好梦
2023-04-03 19:34:15 +08:00
parent 8de1d9d209
commit 70a1355c4a
2 changed files with 22 additions and 5 deletions

View File

@@ -137,6 +137,15 @@ module.exports = (appInfo) => {
enable: false
};
/**
* 异常捕获
*/
config.exception = {
mainExit: false,
childExit: true,
rendererExit: true,
};
/**
* 插件功能
*/