Skip to content

Commit

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

0 comments on commit fd4f44d

Please sign in to comment.