Log make-fetch-happen status / Implement Evict

This commit is contained in:
SukkaW
2024-10-13 13:17:36 +08:00
parent fa70896b8f
commit 6a984161a4
4 changed files with 35 additions and 3 deletions

View File

@@ -37,8 +37,8 @@ export const downloadPreviousBuild = task(require.main === module, __filename)(a
// https://github.com/unjs/giget/issues/97
// https://gitlab.com/gitlab-org/gitlab/-/commit/50c11f278d18fe1f3fb12eb595067216bb58ade2
'sec-fetch-mode': 'same-origin'
}
// mode: 'same-origin'
},
mode: 'same-origin'
});
if (resp.status !== 200) {