flyzto 5 tháng trước cách đây
mục cha
commit
4f2ec01aef
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      server/models/GamesPs.js

+ 1 - 1
server/models/GamesPs.js

@@ -708,7 +708,7 @@ events_child.on('message', async (message) => {
   }
 });
 
-events_child.stderr.on('data', data => {
+events_child.stderr?.on('data', data => {
   Logs.out('events_child stderr', data.toString());
 });