1
0
Fork 0
mirror of https://github.com/rharkor/caching-for-turbo.git synced 2025-06-09 09:35:17 +09:00
This commit is contained in:
rharkor 2024-06-13 13:01:38 +00:00
parent f4b4ed919f
commit d143730587
3 changed files with 3 additions and 1 deletions

1
dist/index.js generated vendored
View file

@ -88172,6 +88172,7 @@ function getCacheClient() {
if (status === 409) {
return { success: false };
}
core.info(`Cache create response: ${status} ${statusText}: ${data}`);
const buildedError = new HandledError(status, statusText, data);
return handleFetchError('Unable to reserve cache')(buildedError);
}

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long