Closed maquak closed 3 years ago
As reported here: https://github.com/steelbrain/node-ssh/issues/404
When return code was 0, null was returned in promise result. This should fix this.
Fixes steelbrain/node-ssh#404
I learned a new lesson today. Thanks a lot.
Thank you very much for identifying the root cause of the bug @maquak I'll merge this and credit you
As reported here: https://github.com/steelbrain/node-ssh/issues/404
When return code was 0, null was returned in promise result. This should fix this.