mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 02:16:45 +00:00
Update src/cleanup-java.ts
Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
This commit is contained in:
parent
862dedbae1
commit
098a6567de
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ async function saveCache() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The save process is best-effort, and it should not make the workflow failed
|
* The save process is best-effort, and it should not make the workflow fail
|
||||||
* even though this process throws an error.
|
* even though this process throws an error.
|
||||||
* @param promise the promise to ignore error from
|
* @param promise the promise to ignore error from
|
||||||
* @returns Promise that will ignore error reported by the given promise
|
* @returns Promise that will ignore error reported by the given promise
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue