Skip to content

Commit

Permalink
Fixes sintaxiGH-21: Allows you to cmd+click on the terminal message t…
Browse files Browse the repository at this point in the history
…o open the URL where your server is running
  • Loading branch information
jorgepedret committed Oct 8, 2013
1 parent 64381f2 commit 543c15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/harp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ program
var projectPath = nodePath.resolve(process.cwd(), path || "")
var port = program.port || 9000
harp.server(projectPath, { port: port }, function(){
output("Your server is listening at http://localhost:" + port + "...")
output("Your server is listening at http://localhost:" + port + "/")
})
})

Expand Down

0 comments on commit 543c15b

Please sign in to comment.