Fix up broken line

This commit is contained in:
Dan Abramov
2017-02-24 22:29:36 +00:00
committed by Joe Haddad
parent 1fe3e14460
commit 11851ee761

View File

@@ -224,7 +224,7 @@ function build(previousSizeMap) {
console.log(' ' + chalk.cyan('npm') + ' install -g pushstate-server');
}
console.log(' ' + chalk.cyan('pushstate-server') + ' ' + build);
console.log(' ' + chalk.cyan(openCommand) + ' http://localhost:' + (process.env.PORT || 9000)
console.log(' ' + chalk.cyan(openCommand) + ' http://localhost:' + (process.env.PORT || 9000));
console.log();
}
});