From 3399b20e0f5e2de98682073737ebb07208864676 Mon Sep 17 00:00:00 2001 From: Muromi Ukari Date: Thu, 28 Apr 2016 10:48:33 +0800 Subject: [PATCH] alter message error message error about port 9001 -> port 9002 --- examples/http/standalone-proxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/http/standalone-proxy.js b/examples/http/standalone-proxy.js index e67259e9b..0c89c6cdb 100644 --- a/examples/http/standalone-proxy.js +++ b/examples/http/standalone-proxy.js @@ -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);