mirror of https://github.com/actions/setup-go.git
Fix typo
This commit is contained in:
parent
8c8442b8f8
commit
9bc7dce839
|
@ -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…
Reference in New Issue