This website requires JavaScript.
Explore
Help
Sign In
actions
/
cache
Watch
1
Star
0
Fork
0
mirror of
https://github.com/actions/cache.git
synced
2026-07-17 01:59:35 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3c85af05e8461335cf222f9d3174f4f2e97e72e7
cache
/
src
/
save.ts
T
4 lines
54 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Apply workaround for earlyExit
2024-01-10 15:36:58 +00:00
import
{
saveRun
}
from
"./saveImpl"
;
Catch and log unhandled exceptions stemming from closed file descriptor (
#596
)
2021-05-27 10:46:35 -05:00
Apply workaround for earlyExit
2024-01-10 15:36:58 +00:00
saveRun
(
true
);
Reference in New Issue
Copy Permalink