mirror of
https://github.com/actions/setup-go.git
synced 2025-04-24 01:50:52 +00:00
Fix typo
This commit is contained in:
parent
8c8442b8f8
commit
9bc7dce839
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ const cachePackages = async () => {
|
|||
}
|
||||
|
||||
if (!pathsCounter) {
|
||||
throw `Cache folder paths are retrieved but don't exist on disk`;
|
||||
throw new Error(`Cache folder paths are retrieved but don't exist on disk`);
|
||||
}
|
||||
|
||||
if (primaryKey === state) {
|
||||
|
|
Loading…
Add table
Reference in a new issue