This commit is contained in:
Gernomaly 2026-02-23 15:09:02 +01:00 committed by GitHub
commit 1f784b805a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,7 +54,7 @@ class LibraryScan {
return secondsToTimestamp(this.elapsed / 1000) return secondsToTimestamp(this.elapsed / 1000)
} }
get logFilename() { get logFilename() {
return date.format(new Date(), 'YYYY-MM-DD') + '_' + this.id + '.txt' return date.format(new Date(), 'YYYY-MM-DD HH:mm:ss.SSS') + '_' + this.id + '.txt'
} }
get scanResultsString() { get scanResultsString() {
const strs = [] const strs = []