mirror of
https://github.com/Swatinem/rust-cache.git
synced 2026-04-21 15:10:26 +00:00
Work around upstream GitHub issue and update dependencies
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user