mirror of
https://github.com/coder/coder.git
synced 2026-06-07 23:18:20 +00:00
f7467cac50
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.