From 098a6567de1c6aff7aae29742ac9130f505f3a55 Mon Sep 17 00:00:00 2001 From: Kengo TODA Date: Thu, 19 Aug 2021 10:28:13 +0800 Subject: [PATCH] Update src/cleanup-java.ts Co-authored-by: Konrad Pabjan --- src/cleanup-java.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cleanup-java.ts b/src/cleanup-java.ts index 8c6fced1..a30de4a7 100644 --- a/src/cleanup-java.ts +++ b/src/cleanup-java.ts @@ -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. * @param promise the promise to ignore error from * @returns Promise that will ignore error reported by the given promise