Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Nov 14, 2023
1 parent 90dda88 commit 87cb6fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/pds/src/api/com/atproto/temp/importRepo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default function (server: Server, ctx: AppContext) {
req.log.error({ err }, 'failed to send ticks')
})
processImport(ctx, did, input.body, outBuffer).catch(async (err) => {
req.log.error({ did, err }, 'failed import')
try {
await ctx.actorStore.destroy(did)
} catch (err) {
Expand Down

0 comments on commit 87cb6fd

Please sign in to comment.