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