Files
neovim/src
Justin M. Keyes c49162be59 fix(channel): log after (not before) channel-close
Problem:
chan_close_on_err() writes to the log file before peforming its actual
work. This could be slightly misleading in terms of log timestamps, or
could delay important work on Windows where file-open/write can be slow.

Solution:
Log after closing the channel, instead of before.
2025-03-24 17:48:19 +01:00
..
2025-03-18 06:18:37 -07:00
2024-06-07 10:55:14 +08:00
2023-11-05 20:19:06 +01:00