jens1101 / SteamCMD-JS-Interface

Allows you to access and use SteamCMD via JavaScript
14 stars 2 forks source link

Make node-pty an optional dependency #12

Closed jens1101 closed 3 years ago

jens1101 commented 4 years ago

node-pty is nice, because it gives us a line-by-line output as the commands are run. However, it isn't strictly necessary and comes with it's own caveats. It might be helpful to make it optional so that users can choose whether they want to use it or not.

jens1101 commented 3 years ago

I feel making it optional will increase the code complexity more than what it's worth. I'm closing this issue.