mirror of
https://github.com/Swatinem/rust-cache
synced 2025-08-07 22:01:24 +00:00
Work around upstream GitHub issue and update dependencies
This commit is contained in:
parent
a226033982
commit
378c8285a4
7 changed files with 5024 additions and 3682 deletions
|
@ -64,6 +64,7 @@ async function run() {
|
|||
|
||||
reportError(e);
|
||||
}
|
||||
process.exit();
|
||||
}
|
||||
|
||||
function setCacheHitOutput(cacheHit: boolean): void {
|
||||
|
|
|
@ -76,6 +76,7 @@ async function run() {
|
|||
} catch (e) {
|
||||
reportError(e);
|
||||
}
|
||||
process.exit();
|
||||
}
|
||||
|
||||
run();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue