Skip to content

Commit 48ff5d1

Browse files
committed
fix(omnium): Reject capletFacetP on resuscitation failure
1 parent 780c83a commit 48ff5d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/omnium-gatherum/src/vats/controller-vat.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ export function buildRootObject(
128128
reject: rejectCapletFacet,
129129
}).catch((error) => {
130130
logger.error('Failed to restore controller from baggage:', error);
131+
rejectCapletFacet(error);
131132
});
132133
}
133134

0 commit comments

Comments
 (0)