Skip to content

Commit 187f735

Browse files
author
Florian Meriaux
committed
npm run format
1 parent 48576e5 commit 187f735

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cache.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ export async function restore(id: string) {
8585
core.saveState(STATE_CACHE_PRIMARY_KEY, primaryKey);
8686
if (primaryKey.endsWith('-')) {
8787
throw new Error(
88-
`No file in ${process.cwd()} matched to [${packageManager.pattern
88+
`No file in ${process.cwd()} matched to [${
89+
packageManager.pattern
8990
}], make sure you have checked out the target repository`
9091
);
9192
}

0 commit comments

Comments
 (0)