From 372f31cffe63227c5c3a7b0735cbbe1b3e20133c Mon Sep 17 00:00:00 2001 From: GongT Date: Thu, 3 Dec 2015 11:56:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E7=BD=B2=E8=BF=87?= =?UTF-8?q?=E7=A8=8B=E4=B8=ADloopLog=E5=87=BA=E9=94=99=E6=B2=A1=E5=81=9A?= =?UTF-8?q?=E5=A4=84=E7=90=86=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/run.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/run.js b/bin/run.js index dbde5c9..b2fde8b 100755 --- a/bin/run.js +++ b/bin/run.js @@ -211,7 +211,8 @@ function loopLogs(opsToken, prod, cb) { } }, error: function(err) { - console.log(err); + console.log('[ERROR]loopLogs: ', err); + setImmediate(doLoop); } }, true); };