gradle-build-action/dist/main
daz 42452daeb5
Add explicit process.exit() to avoid wait for hanging promises
When using the `@actions/cache` library to save cache entries, it seems that one
or more Promises remain unresolved after the save completes.
With Node20 this causes a delay when exiting the process: the default behaviour
now wait for these Promises to complete. Adding an explicit `Process.exit()`
removes the delay, returning to the Node 16 behaviour.

Fixes #1038
2024-01-16 18:01:46 -07:00
..
index.js Add explicit process.exit() to avoid wait for hanging promises 2024-01-16 18:01:46 -07:00
index.js.map Add explicit process.exit() to avoid wait for hanging promises 2024-01-16 18:01:46 -07:00