aligned-block-file
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -47,3 +47,3 @@ var fs = require('fs') | ||
if(file && end > file.offset.value) | ||
return cb(new Error('past end'), null, 0) | ||
return cb(new Error('past end:'+start+'-'+end+' < '+file.offset.value), null, 0) | ||
var bufs = [] | ||
@@ -50,0 +50,0 @@ ;(function next (i) { |
{ | ||
"name": "aligned-block-file", | ||
"description": "", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"homepage": "https://github.com/flumedb/aligned-block-file", | ||
@@ -6,0 +6,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24599