mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
To ensure ptytest closure always happens the same way, we now define a new `Close` function on `PTY` and always call the close function instead of manually closing read/writers. A few additional log messages have been added as well, to better understand the shutdown process in case of errors.