Closed jhermsmeier closed 7 years ago
Just spotted that there's another typo on https://github.com/resin-io-modules/blockmap/blob/master/lib/blockmap.js#L106 - it should say [options.verify=true] - verify range checksums instead of [options.verify=true] - options.
[options.verify=true] - verify range checksums
[options.verify=true] - options
And https://github.com/resin-io-modules/blockmap/blob/master/lib/parse.js#L96 needs its options documenting.
options
Eagle-Eyed-Andrew ;-)
Fixed & Fixed :)
Do the options for new BlockMap and BlockMap.create need documenting?
Just spotted that there's another typo on https://github.com/resin-io-modules/blockmap/blob/master/lib/blockmap.js#L106 - it should say
[options.verify=true] - verify range checksums
instead of[options.verify=true] - options
.And https://github.com/resin-io-modules/blockmap/blob/master/lib/parse.js#L96 needs its
options
documenting.Eagle-Eyed-Andrew ;-)