mirror of
https://github.com/wezterm/wezterm.git
synced 2026-08-02 18:22:24 +08:00
The warnings were not noticed in the original PR. Those warnings were actually errors. Promote warnings to error in the mapping logic to prevent this sort of thing from slipping through in the future, and fixup the errors. refs: #3935 refs: #3937