We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace4ade commit d429bc6Copy full SHA for d429bc6
lib/util.js
@@ -25,6 +25,7 @@ const uv = process.binding('uv');
25
const Buffer = require('buffer').Buffer;
26
const internalUtil = require('internal/util');
27
const binding = process.binding('util');
28
+const errors = require('internal/errors');
29
30
const isError = internalUtil.isError;
31
0 commit comments