Skip to content

Commit

Permalink
feat(ajax): add log
Browse files Browse the repository at this point in the history
  • Loading branch information
jiawei397 committed Jun 20, 2021
1 parent 6909b88 commit b7b02ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/ajax.ts
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,8 @@ export class BaseAjax {
config,
controller,
});
} else {
console.debug(`read from cache : ${uniqueKey}`);
}
return caches.get(uniqueKey);
}
Expand Down

0 comments on commit b7b02ac

Please sign in to comment.