Skip to content

Commit

Permalink
Restyled by prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and pbrisbin committed Apr 4, 2024
1 parent 5d245a7 commit e31f2b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ async function run() {
}
});
// https://github.com/actions/cache/blob/0c45773b623bea8c8e75f6c82b208c3cf94ea4f9/src/restoreImpl.ts#L99-L106
process.exit(0)
process.exit(0);
} catch (error) {
if (error instanceof Error) {
core.error(error);
Expand All @@ -144,7 +144,7 @@ async function run() {
core.setFailed("Non-Error exception");
}
// https://github.com/actions/cache/blob/0c45773b623bea8c8e75f6c82b208c3cf94ea4f9/src/restoreImpl.ts#L88
process.exit(1)
process.exit(1);
}
}

Expand Down

0 comments on commit e31f2b5

Please sign in to comment.