mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-16 01:57:48 +02:00
Fix:Check if Windows before cleaning file path for POSIX separators #1254
This commit is contained in:
@ -88,7 +88,7 @@ class Logger {
|
||||
|
||||
trace(...args) {
|
||||
if (this.logLevel > LogLevel.TRACE) return
|
||||
console.trace(`[${this.timestamp}[ TRACE:`, ...args)
|
||||
console.trace(`[${this.timestamp}] TRACE:`, ...args)
|
||||
this.handleLog(LogLevel.TRACE, args)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user