We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc3c9d commit 5259b10Copy full SHA for 5259b10
lib/cache.js
@@ -45,6 +45,7 @@ module.exports = class Cache {
45
46
options.headers = headers;
47
48
+ console.log('options', options);
49
const { status, body } = await fetch(url, options)
50
51
if (status !== 200) {
0 commit comments