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