Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsuttlemyre authored May 22, 2024
1 parent 11314a0 commit 28cbac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@
let connection=conn;
connections[connection.peer]=conn;
log("incomming connection: ",connection.peer);
console.log("incomming connection,connection)
console.log("incomming connection",connection)
connection.on('data', function (data) {
log('Received data: ', data);
});
Expand Down

0 comments on commit 28cbac4

Please sign in to comment.