Hi,
In message "Re: Can not catch PTY::ChildExited exception"
on Wed, 9 Sep 2009 15:14:09 +0900, Denis Berezhnoy <denis.berezhnoy / gmail.com> writes:
|I have problem that I can not catch PTY::ChildExited exception. Here is
|the code:
The exception was raised when the child process terminated
(asynchronously), so you need to wrap not only spawn but everything.
matz.