chore(download): rephrase LFS response parse error
This commit is contained in:
parent
2f80d3a3cf
commit
f5fa17752f
1 changed files with 1 additions and 1 deletions
|
@ -95,6 +95,6 @@ export default async function downloadBlobFromPointer(
|
|||
return blob;
|
||||
|
||||
} else {
|
||||
throw new Error("LFS response didn’t return an expected structure");
|
||||
throw new Error("Unexpected JSON structure received for LFS download request");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue