You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if you specify a config option that does not exist - depreciated, renamed or just a type - Hoot throws an exception and dies.
Remove the exception throwing and replace it with an error message, drop the variable and move on
The text was updated successfully, but these errors were encountered:
* Converted the exception to an error message
refs: #5530
* Converted a JSON settings file exception to an error.
refs: #5530
* Fix infinite loop when bad option is encountered
* Copyright :shakes-fist:
* Capture the log output to a string if desired, compare that in the Settings unit tests.
* Copyright
Co-authored-by: Ben Marchant <[email protected]>
* Converted the exception to an error message
refs: #5530
* Converted a JSON settings file exception to an error.
refs: #5530
* Fix infinite loop when bad option is encountered
* Copyright :shakes-fist:
* Capture the log output to a string if desired, compare that in the Settings unit tests.
* Copyright
Co-authored-by: Ben Marchant <[email protected]>
Currently, if you specify a config option that does not exist - depreciated, renamed or just a type - Hoot throws an exception and dies.
Remove the exception throwing and replace it with an error message, drop the variable and move on
The text was updated successfully, but these errors were encountered: