Skip to content
Prev Previous commit
Next Next commit
Update lib/zlib.js
Co-Authored-By: dinaelhanan <dinaelhanan@gmail.com>
  • Loading branch information
jasnell and digitaldina authored Mar 26, 2019
commit 49eae244a0da2df029f7ce5c8b1c5d7580f4ce13
2 changes: 1 addition & 1 deletion lib/zlib.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const {
const Transform = require('_stream_transform');
const {
deprecate
} = require('internal/util').deprecate;
} = require('internal/util');
const {
types: {
isAnyArrayBuffer,
Comment thread
digitaldina marked this conversation as resolved.
Outdated
Expand Down