mirror of
https://github.com/coder/code-server.git
synced 2025-08-02 05:52:25 +08:00

Previously anything that wasn't "log" such as "warn" would end up doing `logger[logger.warn]`. Would have caught this if I hadn't used `any`... Fixes #2364.