Fiw winston meta log

This commit is contained in:
Chocobozzz 2018-07-30 10:59:31 +02:00
parent 655b549048
commit e20015d744
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 17 additions and 25 deletions

View file

@ -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 : ''
}
}