Skip to content

Commit

Permalink
add comment about vestigal-yet-retained dispatch.changeVatOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
warner committed Apr 5, 2023
1 parent 2867f73 commit 608857b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/swingset-liveslots/src/liveslots.js
Original file line number Diff line number Diff line change
Expand Up @@ -1351,6 +1351,9 @@ function build(
});

function setVatOption(option, _value) {
// note: we removed the only settable option in #7138, but we'll
// retain dispatch.changeVatOptions to make it easier to add a new
// one in the future
switch (option) {
default:
console.warn(`WARNING setVatOption unknown option ${option}`);
Expand Down

0 comments on commit 608857b

Please sign in to comment.