mirror of
https://github.com/coder/coder.git
synced 2026-06-05 05:58:20 +00:00
4a008a8f34
* chore: detect nil cmd handlers Prevent nil panic dereferences on cmd handlers. Add a unit test to prevent future mistakes