We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60eb61 commit 7fb22e6Copy full SHA for 7fb22e6
lib/read.js
@@ -32,7 +32,7 @@ function read(path, $refs, options) {
32
// Return from cache, if possible
33
var $ref = $refs._get$Ref(path);
34
if ($ref && !$ref.isExpired()) {
35
- util.debug(' cached from %s', $ref.type);
+ util.debug(' cached from %s', $ref.pathType);
36
return Promise.resolve({
37
$ref: $ref,
38
cached: true
0 commit comments