Skip to content

Commit

Permalink
chore(swingset-liveslots): Replace the stopVat error with a log message
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Apr 4, 2023
1 parent 0fbb5c4 commit 7b718d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/swingset-liveslots/src/liveslots.js
Original file line number Diff line number Diff line change
Expand Up @@ -1519,7 +1519,7 @@ function build(
* @returns {Promise<void>}
*/
async function stopVat(_disconnectObjectCapData) {
Fail`stopVat is no longer supported as of #6650`;
console.warn('stopVat is a no-op as of #6650');
}

/**
Expand Down

0 comments on commit 7b718d7

Please sign in to comment.