Skip to content

Commit

Permalink
add more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Oct 9, 2024
1 parent 66d24e9 commit ce4ac5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/executor/executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@ export class Executor {
}

console.log({
err_details: (err as TransactionExecutionError).details,
opHash: opsWithHashToBundle.map((owh) => owh.userOperationHash),
details: e?.details,
cause: e?.cause
Expand Down

0 comments on commit ce4ac5d

Please sign in to comment.