Cfg/Fixup

* only throw errors if there is actually a config to work with. (like, not when you are just setting up for the first time)
 * do not use trigger_error() in CLI mode as it can cause a lockup as the error_handler tries to throw more errors.
 * assign lost validator fn flag to settings
 * also use validator onReset
This commit is contained in:
Sarjuuk
2024-06-04 16:58:03 +02:00
parent 5c1e9747c6
commit e734b41632
4 changed files with 80 additions and 14 deletions

File diff suppressed because one or more lines are too long