mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
* 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