mirror of
https://github.com/actions/setup-go.git
synced 2025-04-23 17:40:50 +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) {
|
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) {
|
if (primaryKey === state) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue