Closed aspnxdd closed 2 months ago
Latest commit: e86e872aead9078c973d06540e55af0cea4b3e51
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Hey, thanks for fixing the error message. However, could you please keep the instruction
variable in the error context? This enables people to access the instruction node if they catch the error.
EDIT: could you also add a patch
changeset by running changeset
in your terminal? This will make it possible to trigger a new release once merged.
I noticed that the error
KINOBI_ERROR__VISITORS__CANNOT_USE_OPTIONAL_ACCOUNT_AS_PDA_SEED_VALUE,
was printing[object Object]
on the instruction name.With this PR we log the instruction name instead of
[object Object]
since it was using theInstructionNode
object.Prev error:
Current error: