Comment out early exit
This commit is contained in:
parent
f32d88462b
commit
f5c5efee57
2
dist/cache-save/index.js
generated
vendored
2
dist/cache-save/index.js
generated
vendored
File diff suppressed because one or more lines are too long
@ -7,7 +7,7 @@ import { CacheState } from "./action";
|
||||
if (state.cacheEnabled && !state.cacheHit) {
|
||||
try {
|
||||
await saveCache([state.bunPath], state.url);
|
||||
process.exit(0);
|
||||
//process.exit(0);
|
||||
} catch (error) {
|
||||
warning("Failed to save Bun to cache.");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user