X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fparse-log.ts;h=d22e902667ade5d25251b1781228befba486fa39;hb=26b7305a232e547709f433a6edf700bf495935d8;hp=dccab088480d1a0f3a1f3c5249c501f5610f74e8;hpb=337ba64efc5a54e83884f33a91de4012ed9b7d11;p=github%2FChocobozzz%2FPeerTube.git 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 +}