From 4a5761b33399396d790cdf4aa20e85ca1fd4084b Mon Sep 17 00:00:00 2001 From: g8up Date: Fri, 22 Feb 2019 15:41:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=8A=E4=BC=A0=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E5=B1=95=E7=A4=BA=E7=9A=84=E8=B7=AF=E5=BE=84=E6=89=93?= =?UTF-8?q?=E5=8D=B0=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 避免 `abc//def`形式的回显日志出现,以免误导。 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 7cf539b..636e9dd 100644 --- a/index.js +++ b/index.js @@ -31,7 +31,7 @@ function upload(receiver, to, data, release, content, file, callback) { time.grey + ' ' + subpath.replace(/^\//, '') + ' >> '.yellow.bold + - to + release + data['to'] ); callback(); }