Skip to content

Commit

Permalink
small tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Nov 2, 2023
1 parent 97d437e commit 5d234cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pds/src/api/com/atproto/temp/importRepo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const importBlobs = async (
blobCount++
outBuffer.push(`imported ${blobCount}/${blobRefs.length} blobs\n`)
} catch (err) {
outBuffer.push(`failed to import blob: ${ref.ref.toString()}`)
outBuffer.push(`failed to import blob: ${ref.ref.toString()}\n`)
}
})
}
Expand Down

0 comments on commit 5d234cc

Please sign in to comment.