Compare commits
3 commits
0922f8d982
...
dd6c719809
Author | SHA1 | Date | |
---|---|---|---|
dd6c719809 | |||
05f40628b1 | |||
098d4ffa4c |
2 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@nulo/isogit-lfs",
|
||||
"version": "0.2.5",
|
||||
"version": "0.2.7",
|
||||
"description": "LFS helpers for Isomorphic Git",
|
||||
"main": "src/index.ts",
|
||||
"repository": "git@github.com:riboseinc/isogit-lfs.git",
|
||||
|
|
|
@ -92,6 +92,7 @@ export default async function uploadBlobs(
|
|||
},
|
||||
body: JSON.stringify(infos[index]),
|
||||
});
|
||||
if (!resp.ok)
|
||||
throw new Error(
|
||||
`Upload might have been unsuccessful, verification action yielded HTTP ${verificationResp.status}`
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue