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