Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes some TypeError exceptions when attempting most operations on spawned processes, e.g.: p = client.sys.process.execute("/bin/sh", nil, "Channelized"=>true) p.close # raises TypeError: can't convert nil into Integer [FIXRM rapid7#7005]
- Loading branch information