flyzto 5 months ago
parent
commit
4f2ec01aef
1 changed files with 1 additions and 1 deletions
  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());
 });