Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
XadillaX committed Apr 27, 2021
1 parent 5702db3 commit 51c7274
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/zlib.js
Expand Up @@ -276,7 +276,8 @@ function ZlibBase(opts, mode, handle, { flush, finishFlush, fullFlush }) {

finishFlush = checkRangesOrGetDefault(
opts.finishFlush, 'options.finishFlush',
FLUSH_BOUND[flushBoundIdx][0], FLUSH_BOUND[flushBoundIdx][1], finishFlush);
FLUSH_BOUND[flushBoundIdx][0], FLUSH_BOUND[flushBoundIdx][1],
finishFlush);

maxOutputLength = checkRangesOrGetDefault(
opts.maxOutputLength, 'options.maxOutputLength',
Expand Down

0 comments on commit 51c7274

Please sign in to comment.