Skip to content

Commit

Permalink
Fix Node http-server
Browse files Browse the repository at this point in the history
  • Loading branch information
jgranick committed Jun 9, 2017
1 parent e4eaba8 commit ce87029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/bin/node/http-server/bin/http-server
Expand Up @@ -149,7 +149,7 @@ function listen(port) {
logger.info('Hit CTRL-C to stop the server');
if (argv.o) {
opener(
protocol + '//' + canonicalHost + ':' + port,
protocol + canonicalHost + ':' + port,
{ command: argv.o !== true ? argv.o : null }
);
}
Expand Down

0 comments on commit ce87029

Please sign in to comment.