Update server to provide message with full link

This commit is contained in:
Frank Li 2017-08-07 11:08:37 -07:00
parent 2b5de79a50
commit b4e9a068ab

View file

@ -434,6 +434,7 @@ function execute(port) {
app.listen(port);
console.log("listening on port: " + port);
console.log("Open http://localhost:" + port + "/");
}
module.exports = execute;