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
Add popen_handle:wait() parameter and new errors (#5099)
* Add popen_handle:wait() parameter and new errors
Since version 3.2.0 the popen_handle:wait() method has one more parameter and may raise two more errors:
Param timeout
Error TimedOut
Error ChannelIsClosed
* Add popen_handle:wait() parameter and new errors
Fixes previous commit syntax errors
* Add popen_handle:wait() parameter and new errors
Fixes previous commit syntax errors
0 commit comments