Skip to content

Commit

Permalink
Update packages/errors/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Gibson <richard.gibson@gmail.com>
  • Loading branch information
kriskowal and gibson042 authored Feb 21, 2024
1 parent 976286c commit c596adf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/errors/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ const missing = /** @type {const} */ ([
'details',
'Fail',
'quote',
// As of 2024-02, the Agoric chain's bootstrap vat runs with a version of SES that
// predates addition of the 'bare' method, so we must tolerate its absence and fall
// back to quote behavior in that environment (see below).
// 'bare',
'makeAssert',
]).filter(name => globalAssert[name] === undefined);
if (missing.length > 0) {
Expand Down

0 comments on commit c596adf

Please sign in to comment.