Skip to content

Commit

Permalink
chore(agoric): Suppress Far crasher type error
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Aug 31, 2024
1 parent 13a04f1 commit 538d5cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/agoric-cli/src/follow.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ 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 538d5cc

Please sign in to comment.