mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
loading idstats and logger after validating files
This commit is contained in:
parent
532561e894
commit
496ae1c28f
2 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@ type FileDescriptor = {
|
|||
warningIfMissing?: boolean
|
||||
}
|
||||
|
||||
export const validateFiles = (): boolean => {
|
||||
export const validateAndSetupFiles = (): boolean => {
|
||||
let everythingValid = true
|
||||
Object.entries(files).forEach(([key, file]: [string, FileDescriptor]) => {
|
||||
let fileExists = utils.FileExists(file.path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue