Skip to content

Commit 3721e83

Browse files
Update README.md
1 parent 940b9bc commit 3721e83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ server.on('listening', function () {
253253

254254

255255
// start tracker server listening! Use 0 to listen on a random free port.
256-
const port = 0,
257-
hostname = "localhost"
256+
const port = 0
257+
const hostname = "localhost"
258258
server.listen(port, hostname, () => {
259259
// Do something on listening...
260260
})

0 commit comments

Comments
 (0)