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 9c1443b commit 737b0fbCopy full SHA for 737b0fb
1 file changed
lib/internal/stream_base_commons.js
@@ -3,7 +3,7 @@
3
const { Buffer } = require('buffer');
4
const { internalBinding } = require('internal/bootstrap/loaders');
5
const { WriteWrap } = internalBinding('stream_wrap');
6
-const { UV_EOF } = process.binding('uv');
+const { UV_EOF } = internalBinding('uv');
7
const { errnoException } = require('internal/errors');
8
const { owner_symbol } = require('internal/async_hooks').symbols;
9
0 commit comments