You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At least, you do not check for a valid file descriptor first. So why not forward the device string directly to the createReadStream function instead of null?
this.input=fs.createReadStream(this.device,this);
The text was updated successfully, but these errors were encountered:
Are the following lines in lib/index.js really necessary?
At least, you do not check for a valid file descriptor first. So why not forward the device string directly to the createReadStream function instead of
null
?The text was updated successfully, but these errors were encountered: