Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update internal Node.js function call
This updates the call to _resolveLookupPaths. It returns a string by default since Node.js v8 when called with a third truthy argument. The backwards compatible return value should change soon, so detect what return type is used and handle both cases. Refs: nodejs/node#26983
- Loading branch information