Skip to content

Commit

Permalink
chore: include error with failure message
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Jan 22, 2025
1 parent 7c58e75 commit ffe2dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zoe/src/contractFacet/zcfZygote.js
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ export const makeZCFZygote = async (
priorPublicFacet = zcfBaggage.get('publicFacet');
priorCreatorInvitation = zcfBaggage.get('creatorInvitation');
} catch (e) {
Fail`restartContract failed: original contract facets were not durable`;
Fail`restartContract failed: original contract facets were not durable (${e})`;
}

(priorCreatorFacet === creatorFacet &&
Expand Down

0 comments on commit ffe2dd6

Please sign in to comment.