Skip to content

Commit 589a89a

Browse files
sirtimidrekmarks
andauthored
Update error message
Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
1 parent 452769b commit 589a89a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ocap-kernel/src/vats/endowments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export function createDefaultEndowments(): VatEndowments {
130130
if (failures.length > 0) {
131131
throw new AggregateError(
132132
failures,
133-
`Endowment teardown failed (${failures.length}/${teardowns.length})`,
133+
`One or more endowment teardowns failed (${failures.length}/${teardowns.length})`,
134134
);
135135
}
136136
},

0 commit comments

Comments
 (0)