mirror of
https://github.com/actions/setup-java.git
synced 2024-11-06 00:55:54 -05:00
npm run format
This commit is contained in:
parent
48576e577e
commit
187f735c38
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@ export async function restore(id: string) {
|
|||
core.saveState(STATE_CACHE_PRIMARY_KEY, primaryKey);
|
||||
if (primaryKey.endsWith('-')) {
|
||||
throw new Error(
|
||||
`No file in ${process.cwd()} matched to [${packageManager.pattern
|
||||
`No file in ${process.cwd()} matched to [${
|
||||
packageManager.pattern
|
||||
}], make sure you have checked out the target repository`
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue