You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add 10ms delay for readline to process buffered data
After process exits, readline interfaces may still have buffered data to
process. Add a small 10ms delay before destroying streams to allow readline
to finish processing. This prevents empty output in tests.
0 commit comments