Update src/cleanup-java.ts

Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
This commit is contained in:
Kengo TODA 2021-08-19 10:28:13 +08:00 committed by GitHub
parent 862dedbae1
commit 098a6567de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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