Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
check for existing transactionPath in execHandler (#385)
`tryFindTransactionPath` was sometimes being called after `sendTransaction` resolved, which would clear ctx.transactionPath causing the reporter output `ctx.transactionPath[0].description` to fail
- Loading branch information