Skip to content

Commit

Permalink
chore: syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
warner committed Apr 12, 2022
1 parent 7ce7c21 commit 3095a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/SwingSet/src/liveslots/stop-vat.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { makeVatSlot, parseVatSlot } from '../lib/parseVatSlots.js';
// vats to cause confusion in the new version (by referencing exports
// which the vat no longer remembers).

const rootSlot = makeVatSlot('object', true, BigInt(0));
const rootSlot = makeVatSlot('object', true, 0n);

function rejectAllPromises({ m, deciderVPIDs, syscall }) {
// Pretend that userspace rejected all non-durable promises. We
Expand Down

0 comments on commit 3095a03

Please sign in to comment.