Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Nov 8, 2023
1 parent b6c48de commit 40d1660
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/pds/src/migrate-script/repair-blobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ export const runScript = async () => {
try {
await repairBlob(ctx, db, pdsInfo, blob.did, blob.cid, adminHeaders)
} catch (err) {
console.log(err)
console.log(err?.['message'])
console.log(err?.['code'])
}
count++
console.log(`${count}/${failed.length}`)
Expand Down

0 comments on commit 40d1660

Please sign in to comment.