Girish Deshpande

Results 2 issues of Girish Deshpande

Added HTML5 details feature to bring tree structure for Gradle Task Notes panel

BufferStream.prototype.assertBytesAvailable = function(amountNeeded) { if (amountNeeded + this._offset > this._buffer.length) { console.log('Need %d, length %d', amountNeeded + this._offset, this._buffer.length); throw new BufferStream.StreamIndexOutOfBoundsError('Index out of bounds'); } }; For example: create...