root 2 năm trước cách đây
mục cha
commit
b397af793f
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      node/message.js

+ 3 - 3
node/message.js

@@ -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);
+});
 
 
 /**