sanketbajoria / ssh2-promise

ssh with promise/async await and typescript support
https://www.npmjs.com/package/ssh2-promise
MIT License
148 stars 24 forks source link

Remove console.log statements from SSHConnection.spawn() #37

Closed mwgamble closed 4 years ago

mwgamble commented 5 years ago

It would be really helpful if the console.log() statements in SSHConnection.spawn() could be removed. I'm trying to use this library in a CLI application, and every time a command finishes executing I get two "Closed stream" messages whether I like it or not.

sanketbajoria commented 5 years ago

@mwgamble

Yes, sure, thanks for pointing it out.

sanketbajoria commented 4 years ago

Done