We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b7702 commit ba28187Copy full SHA for ba28187
lib/_stream_readable.js
@@ -43,6 +43,7 @@ const {
43
ERR_METHOD_NOT_IMPLEMENTED,
44
ERR_STREAM_UNSHIFT_AFTER_END_EVENT
45
} = require('internal/errors').codes;
46
+const { Math } = primordials;
47
48
// Lazy loaded to improve the startup performance.
49
let StringDecoder;
0 commit comments