mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fiw winston meta log
This commit is contained in:
@@ -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 : ''
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user