diff options
Diffstat (limited to 'scripts/parse-log.ts')
-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 | } |