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