Skip to content

Commit

Permalink
alter message error (#998)
Browse files Browse the repository at this point in the history
message error about port 9001 -> port 9002
  • Loading branch information
ukari authored and jcrugzz committed Apr 28, 2016
1 parent 284903d commit 6baf149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/http/standalone-proxy.js
Expand Up @@ -51,4 +51,4 @@ http.createServer(function (req, res) {
}).listen(9002);

util.puts('http server '.blue + 'started '.green.bold + 'on port '.blue + '8002 '.yellow + 'with proxy.web() handler'.cyan.underline + ' and latency'.magenta);
util.puts('http server '.blue + 'started '.green.bold + 'on port '.blue + '9001 '.yellow);
util.puts('http server '.blue + 'started '.green.bold + 'on port '.blue + '9002 '.yellow);

0 comments on commit 6baf149

Please sign in to comment.