This commit is contained in:
Gernomaly 2026-07-31 23:39:58 +02:00 committed by GitHub
commit 67c67c63fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,7 +56,7 @@ class LibraryScan {
return secondsToTimestamp(this.elapsed / 1000)
}
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() {
const strs = []