mirror of
https://github.com/actions/setup-go.git
synced 2025-08-18 14:45:08 +00:00
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…
x
Reference in New Issue
Block a user