Kano001 commited on
Commit
d7e50fa
1 Parent(s): 530bc68

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -0
server.js CHANGED
@@ -32,6 +32,7 @@ wss.on('connection', (ws) => {
32
  // Send stderr data to the WebSocket client
33
  process.stderr.on('data', (data) => {
34
  ws.send(`stderr: ${data}`);
 
35
  });
36
 
37
  // Handle process completion
 
32
  // Send stderr data to the WebSocket client
33
  process.stderr.on('data', (data) => {
34
  ws.send(`stderr: ${data}`);
35
+ console.log(`Log: ${data}`);
36
  });
37
 
38
  // Handle process completion