Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README.md
  • Loading branch information
DiegoRBaquero authored Jan 3, 2022
commit 3721e8304666d9225820ccad873f3bf718bef0ab
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ server.on('listening', function () {


// start tracker server listening! Use 0 to listen on a random free port.
const port = 0,
hostname = "localhost"
const port = 0
const hostname = "localhost"
server.listen(port, hostname, () => {
// Do something on listening...
})
Expand Down