Skip to content

Commit

Permalink
address issue random-access-storage#6
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Sep 29, 2020
1 parent 3029e91 commit afb132d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Store.prototype._write = function (req) {
})

function write (store, offsets, buffers) {
var block
var block = null;
for (var i = 0, j = 0; i < offsets.length; i++) {
var o = offsets[i]
var len = o.end - o.start
Expand Down

0 comments on commit afb132d

Please sign in to comment.