From e20015d744fe9d637bfa6924194f54eecbbd6722 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 30 Jul 2018 10:59:31 +0200 Subject: Fiw winston meta log --- scripts/parse-log.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/parse-log.ts b/scripts/parse-log.ts index dccab0884..d22e90266 100755 --- a/scripts/parse-log.ts +++ b/scripts/parse-log.ts @@ -90,4 +90,4 @@ function getNewestFile (files: string[], basePath: string) { out.sort((a, b) => b.mtime - a.mtime) return (out.length > 0) ? out[ 0 ].file : '' -} \ No newline at end of file +} -- cgit v1.2.3