diff options
author | Chocobozzz <me@florianbigard.com> | 2018-07-30 10:59:31 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-30 11:34:34 +0200 |
commit | e20015d744fe9d637bfa6924194f54eecbbd6722 (patch) | |
tree | c4dc061e78d7084b7f46e62c341f89ff4005e4d0 /scripts | |
parent | 655b549048a480edeedf265a018aac951af3a3c1 (diff) | |
download | PeerTube-e20015d744fe9d637bfa6924194f54eecbbd6722.tar.gz PeerTube-e20015d744fe9d637bfa6924194f54eecbbd6722.tar.zst PeerTube-e20015d744fe9d637bfa6924194f54eecbbd6722.zip |
Fiw winston meta log
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/parse-log.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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) { | |||
90 | out.sort((a, b) => b.mtime - a.mtime) | 90 | out.sort((a, b) => b.mtime - a.mtime) |
91 | 91 | ||
92 | return (out.length > 0) ? out[ 0 ].file : '' | 92 | return (out.length > 0) ? out[ 0 ].file : '' |
93 | } \ No newline at end of file | 93 | } |