Skip to content

Commit

Permalink
lib: remove require('util') from lib/vm.js
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldina authored Mar 17, 2019
1 parent 54ec24d commit d45b855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vm.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const {
ERR_INVALID_ARG_TYPE,
ERR_VM_MODULE_NOT_MODULE,
} = require('internal/errors').codes;
const { isModuleNamespaceObject, isArrayBufferView } = require('util').types;
const { isModuleNamespaceObject, isArrayBufferView } = require('internal/util/types');
const {
validateInt32,
validateUint32,
Expand Down

0 comments on commit d45b855

Please sign in to comment.