Skip to content

Commit 6baf149

Browse files
ukarijcrugzz
authored andcommitted
alter message error (#998)
message error about port 9001 -> port 9002
1 parent 284903d commit 6baf149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/http/standalone-proxy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ http.createServer(function (req, res) {
5151
}).listen(9002);
5252

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

0 commit comments

Comments
 (0)