Fix Node http-server

This commit is contained in:
Joshua Granick
2017-06-09 11:14:10 -07:00
parent e4eaba8223
commit ce870293c5

View File

@@ -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 }
);
}