From db633c696d5bb38aeace2dd2cc0ffd96eac50da0 Mon Sep 17 00:00:00 2001 From: ChenX Date: Thu, 16 Apr 2020 17:06:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91:=E7=AE=80=E5=8C=96log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/log.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/log.ts b/utils/log.ts index 16ff06e31..2e075e2df 100644 --- a/utils/log.ts +++ b/utils/log.ts @@ -21,7 +21,7 @@ let cs = commits.map(c => return { subject: c.subject, auther: c.authorName, - time: c.authorDate + time: c.authorDate.slice(0, -9) }; });