|
@@ -141,9 +141,9 @@ nextId : string //下一行id
|
|
|
}
|
|
|
*/
|
|
|
|
|
|
-// process.on('uncaughtException', (e) => {
|
|
|
-// console.error('process error is:', e.message);
|
|
|
-// });
|
|
|
+process.on('uncaughtException', (e) => {
|
|
|
+ console.error('process error is:', e.message);
|
|
|
+});
|
|
|
|
|
|
|
|
|
/**
|