Merge branch 'master' into versioning

This commit is contained in:
Frank Li 2017-08-08 11:39:23 -07:00 committed by GitHub
commit 9ddd2f5ea4
33 changed files with 702 additions and 90 deletions

View file

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