flyzto hace 5 meses
padre
commit
4f2ec01aef
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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());
 });