From 0a450701fabe7554939a4f1a86e4c316f84fa179 Mon Sep 17 00:00:00 2001 From: ericdum Date: Wed, 26 Mar 2014 17:41:03 +0800 Subject: [PATCH] =?UTF-8?q?lazy=E6=A8=A1=E5=BC=8F=E7=9A=84=E7=AC=AC?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E5=8F=82=E6=95=B0=E6=98=AFerr=EF=BC=8C?= =?UTF-8?q?=E8=A2=AB=E5=9D=91=E5=93=AD=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe0348c..ccb3c1b 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ var e = ep().on('error', function(err){ }, ]).lazy(function(){ // write file done console.log('all done'); -}).run('http://www.google.com/') // start pipe +}).run(err, 'http://www.google.com/') // start pipe, 第一个参数是设计缺陷 ``` ```javascript