aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/parse-log.ts2
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}