mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-04-14 14:04:55 +00:00
parent
d7d33e16d4
commit
1e862dfacb
5 changed files with 28 additions and 18 deletions
|
|
@ -66,6 +66,8 @@ async function run(): Promise<void> {
|
|||
if (enableCache) {
|
||||
await restoreCache();
|
||||
}
|
||||
// https://github.com/nodejs/node/issues/56645#issuecomment-3077594952
|
||||
await new Promise((resolve) => setTimeout(resolve, 50));
|
||||
process.exit(0);
|
||||
} catch (err) {
|
||||
core.setFailed((err as Error).message);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue