Skip to content

Commit

Permalink
stack
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Nov 17, 2023
1 parent b3e7a15 commit c47ce05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/pds/src/api/com/atproto/temp/importRepo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ 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 }, 'pds-v2-debug failed import')
req.log.error(
{ did, err, stack: err.stack },
'pds-v2-debug failed import',
)
try {
await ctx.actorStore.destroy(did)
} catch (err) {
Expand Down

0 comments on commit c47ce05

Please sign in to comment.