Skip to content

Commit

Permalink
fixup! import PromiseWatcherI
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed May 8, 2024
1 parent 28782c9 commit 9af46e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/async-flow/src/async-flow.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { annotateError, Fail, makeError, X } from '@endo/errors';
import { E } from '@endo/far';
import { M } from '@endo/patterns';
import { PromiseWatcherI } from '@agoric/base-zone';
import { toPassableCap, VowShape } from '@agoric/vow';
import { PromiseWatcherI } from '@agoric/vow/src/watch-promise.js';
import { prepareVowTools as prepareWatchableVowTools } from '@agoric/vat-data/vow.js';
import { makeReplayMembrane } from './replay-membrane.js';
import { prepareLogStore } from './log-store.js';
Expand Down

0 comments on commit 9af46e4

Please sign in to comment.