Skip to content

Commit

Permalink
chore(agoric): Revert Far crasher type error
Browse files Browse the repository at this point in the history
This reverts commit 538d5cc.
  • Loading branch information
kriskowal committed Aug 31, 2024
1 parent 3830f1b commit 9a259a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/agoric-cli/src/follow.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ export default async function followerMain(progname, rawArgs, powers, opts) {
}

if (proof !== 'none') {
// @ts-expect-error
followerOptions.crasher = Far('follower crasher', {
crash: (...args) => {
console.error(...args);
Expand Down

0 comments on commit 9a259a1

Please sign in to comment.