mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 01:35:08 +02:00
Fix for windows, update regex to only include line number, move to end of log
This commit is contained in:
parent
10fd51498c
commit
3426832f2b
2 changed files with 11 additions and 9 deletions
|
@ -41,6 +41,7 @@ class Server {
|
|||
this.Port = PORT
|
||||
this.Host = HOST
|
||||
global.Source = SOURCE
|
||||
global.isWin = process.platform === 'win32'
|
||||
global.Uid = isNaN(UID) ? 0 : Number(UID)
|
||||
global.Gid = isNaN(GID) ? 0 : Number(GID)
|
||||
global.ConfigPath = Path.normalize(CONFIG_PATH)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue