Skip to content

Commit 5259b10

Browse files
author
Danny Friday
committed
debugging github headers
1 parent bfc3c9d commit 5259b10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cache.js

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ module.exports = class Cache {
4545

4646
options.headers = headers;
4747

48+
console.log('options', options);
4849
const { status, body } = await fetch(url, options)
4950

5051
if (status !== 200) {

0 commit comments

Comments
 (0)