Update error message for no dependencies to cache

This commit is contained in:
Aparna Jyothi 2024-10-23 15:38:29 +05:30
parent 9c76e71650
commit 9084ed042c
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ async function saveCache(packageManager: string) {
throw new Error(
`Cache folder path is retrieved for ${packageManager} but doesn't exist on disk: ${cachePaths.join(
', '
)}`
)}. This likely indicates that there are no dependencies to cache. Consider removing the cache step if it is not needed.`
);
}