Skip to content

Commit

Permalink
Argh!
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Dec 25, 2020
1 parent b790ff1 commit c924ebf
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(){
console.log(util.format('App listening on %s:%d!', listenHost, port));
console.log('App listening on %s:%d!', listenHost, port);
});

0 comments on commit c924ebf

Please sign in to comment.