Skip to content

Commit ba28187

Browse files
committed
fixup: use primordials
1 parent 98b7702 commit ba28187

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/_stream_readable.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const {
4343
ERR_METHOD_NOT_IMPLEMENTED,
4444
ERR_STREAM_UNSHIFT_AFTER_END_EVENT
4545
} = require('internal/errors').codes;
46+
const { Math } = primordials;
4647

4748
// Lazy loaded to improve the startup performance.
4849
let StringDecoder;

0 commit comments

Comments
 (0)