Skip to content

Commit d45b855

Browse files
authored
lib: remove require('util') from lib/vm.js
1 parent 54ec24d commit d45b855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const {
3232
ERR_INVALID_ARG_TYPE,
3333
ERR_VM_MODULE_NOT_MODULE,
3434
} = require('internal/errors').codes;
35-
const { isModuleNamespaceObject, isArrayBufferView } = require('util').types;
35+
const { isModuleNamespaceObject, isArrayBufferView } = require('internal/util/types');
3636
const {
3737
validateInt32,
3838
validateUint32,

0 commit comments

Comments
 (0)