Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchoz49 committed Jul 13, 2024
1 parent 1b94d7c commit a4e884e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ export class Server extends EventEmitter {
}

this[kListenAll] = host === 'localhost'
console.log('llega')
if (this[kListenAll]) {
app.listen(port, onListen)
} else {
Expand Down

0 comments on commit a4e884e

Please sign in to comment.