Fix for windows, update regex to only include line number, move to end of log

This commit is contained in:
advplyr 2023-01-05 16:44:34 -06:00
parent 10fd51498c
commit 3426832f2b
2 changed files with 11 additions and 9 deletions

View file

@ -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)