Skip to content

Commit

Permalink
fixup! add type comment
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Jun 15, 2024
1 parent 271d05e commit ae69296
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vats/src/core/core-eval-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ declare global {

// endowments
var VatData: VatData;
// This is correctly the `Assert` type from `'ses'`, not from @endo/errors
// See https://github.com/Agoric/agoric-sdk/issues/9515
var assert: Assert;

// console is a VirtualConsole but this directive fails to override the extant global `console`
Expand Down

0 comments on commit ae69296

Please sign in to comment.