Skip to content

Commit d429bc6

Browse files
committed
[patch] require('internal/errors')
1 parent ace4ade commit d429bc6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎lib/util.js‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const uv = process.binding('uv');
2525
const Buffer = require('buffer').Buffer;
2626
const internalUtil = require('internal/util');
2727
const binding = process.binding('util');
28+
const errors = require('internal/errors');
2829

2930
const isError = internalUtil.isError;
3031

0 commit comments

Comments
 (0)