Skip to content

Commit 7fb22e6

Browse files
Fixed a typo bug
1 parent c60eb61 commit 7fb22e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/read.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function read(path, $refs, options) {
3232
// Return from cache, if possible
3333
var $ref = $refs._get$Ref(path);
3434
if ($ref && !$ref.isExpired()) {
35-
util.debug(' cached from %s', $ref.type);
35+
util.debug(' cached from %s', $ref.pathType);
3636
return Promise.resolve({
3737
$ref: $ref,
3838
cached: true

0 commit comments

Comments
 (0)