Skip to content

Commit

Permalink
feat(async-flow)!: require explicit wakeAll after flows redefined
Browse files Browse the repository at this point in the history
Co-authored-by: Kris Kowal <[email protected]>
  • Loading branch information
mhofman and kriskowal authored Oct 4, 2024
1 parent b0e0d45 commit e21b11e
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
Expand Up @@ -46,7 +46,7 @@ const AdminAsyncFlowI = M.interface('AsyncFlowAdmin', {
* Helper to enforce that a user "finalize" step has been called after an
* upgrade. In the first incarnation, the state is assumed to be born already
* finalized, and there is no failure if the "finalize" is not explicitly
* performed. In future incarnation the upgrade will fail if the "finalize" step
* performed. In a future incarnation, the upgrade will fail if the "finalize" step
* is not explicitly performed.
*
* @param {Zone} outerZone
Expand Down

0 comments on commit e21b11e

Please sign in to comment.