Browse Source
Follow the established codebase convention where configuration validation errors use err!() to propagate gracefully, rather than panic!(). The error propagates through from_config() and is caught by create_db_pool() which logs and calls exit(1).pull/7061/head
committed by
mfw78
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue