Skip to content

Commit

Permalink
fixup: use primordials
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Oct 20, 2019
1 parent 98b7702 commit ba28187
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/_stream_readable.js
Expand Up @@ -43,6 +43,7 @@ const {
ERR_METHOD_NOT_IMPLEMENTED,
ERR_STREAM_UNSHIFT_AFTER_END_EVENT
} = require('internal/errors').codes;
const { Math } = primordials;

// Lazy loaded to improve the startup performance.
let StringDecoder;
Expand Down

0 comments on commit ba28187

Please sign in to comment.