修改环境变量使用

This commit is contained in:
luying
2020-12-28 20:31:04 +08:00
parent d507c7bf7f
commit afd850e69e
19 changed files with 599 additions and 240 deletions
+1
View File
@@ -30,6 +30,7 @@ export function preload() {
// 捕获普通异常
process.on('uncaughtException', function (err) {
console.log(err)
console.error(pinus.app.getServerId(), 'uncaughtException Caught exception: ', err);
});