Work around upstream GitHub issue and update dependencies

This commit is contained in:
Arpad Borsos
2024-01-14 09:26:03 +01:00
parent a226033982
commit 378c8285a4
7 changed files with 5024 additions and 3682 deletions

View File

@@ -64,6 +64,7 @@ async function run() {
reportError(e);
}
process.exit();
}
function setCacheHitOutput(cacheHit: boolean): void {

View File

@@ -76,6 +76,7 @@ async function run() {
} catch (e) {
reportError(e);
}
process.exit();
}
run();