Skip to content

Commit

Permalink
Another silly mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Dec 25, 2020
1 parent fdd1af7 commit b790ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ update()

const server = http.Server(app);
server.listen(port, listenHost, function(){
logger.info(util.format('App listening on %s:%d!', listenHost, port));
console.log(util.format('App listening on %s:%d!', listenHost, port));
});

0 comments on commit b790ff1

Please sign in to comment.