We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b0216 commit b405d28Copy full SHA for b405d28
src/PatternLab/Console/Commands/ServerCommand.php
@@ -49,7 +49,7 @@ public function run() {
49
$host = $port ? $host.":".$port : $host.":8080";
50
51
// start-up the server with the router
52
- Console::writeInfo("server started on http://".$host.". use ctrl+c to exit...");
+ Console::writeInfo("server started on http://".$host." - use ctrl+c to exit...");
53
passthru("cd ".$publicDir." && ".$_SERVER["_"]." -S ".$host." ".$coreDir."/server/router.php");
54
55
}
0 commit comments