From 6f6f4e7588dbb0fad3d51865e5e4c71c971ded42 Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> Date: Mon, 23 May 2022 12:03:18 +0000 Subject: [PATCH] Enhanced warning description to make more sense. --- packages/cache/src/cache.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cache/src/cache.ts b/packages/cache/src/cache.ts index ac4c1b23..b11d6310 100644 --- a/packages/cache/src/cache.ts +++ b/packages/cache/src/cache.ts @@ -160,7 +160,7 @@ export async function saveCache( if (cachePaths.length === 0) { throw new Error( - `Path Validation Error: Path(s) specified in the action do not exist, hence no cache is being saved.` + `Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.` ) }