Skip to content

Commit

Permalink
fixup! feat(vow): retriable tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofman committed Sep 23, 2024
1 parent ea795cd commit 1e9b62c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vow/src/retriable.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { toPassableCap, VowShape } from './vow-utils.js';
*/

/**
* @template {Passable[]} [TArgs=Passable[]]
* @template {Passable[]} [TArgs=any[]]
* @template {any} [TRet=any]
* @typedef {(...args: TArgs) => Promise<TRet>} RetriableFunc
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ Generated by [AVA](https://avajs.dev).
> contract baggage after start
{
AdminRetriableFlow_kindHandle: 'Alleged: kind',
AdminRetriableFlow_singleton: 'Alleged: AdminRetriableFlow',
PromiseWatcher_kindHandle: 'Alleged: kind',
VowInternalsKit_kindHandle: 'Alleged: kind',
WatchUtils_kindHandle: 'Alleged: kind',
publicFacet_kindHandle: 'Alleged: kind',
publicFacet_singleton: 'Alleged: publicFacet',
retriableFlowForOutcomeVow: {},
vowResolver: {
resolver: Object @Alleged: VowInternalsKit resolver {},
vow: Object @Vow {
Expand Down
Binary file not shown.

0 comments on commit 1e9b62c

Please sign in to comment.