etcinit / phabulous

A Phabricator bot for Slack
MIT License
218 stars 47 forks source link

Give understandable error if configuration is faulty #67

Open schemar opened 6 years ago

schemar commented 6 years ago

As an admin I want to get informed if the config is faulty Because I need to know how to fix it

Given that I start phabulous When an important config parameter is missing Then the log should tell me exactly which one is missing But instead I just get: runtime error: invalid memory address or nil pointer dereference

See also #39 and #63.