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
BufferCursor.prototype._checkWrite=function(size){if(this._pos+size>this.length)thrownewBCO("can't write "+size+' bytes, have room for '+(this.length-this._pos)+' bytes only');}
The text was updated successfully, but these errors were encountered:
so that native-packet-dns can log the amount of room that was needed (but not available) to the console.
Meaning, instead of:
This:
The text was updated successfully, but these errors were encountered: