Add open in browser functionality (#643)

This commit is contained in:
Yangshun Tay 2018-05-07 09:46:14 -07:00 committed by Joel Marcey
parent 432bdffb22
commit 1a6f2fc51c
5 changed files with 30 additions and 2 deletions

View file

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