Skip to content

Commit

Permalink
Merge pull request #129 from daweilv/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
sokra committed Sep 17, 2020
2 parents d65ccb1 + 8e0bd99 commit 1fb66fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Each hook can be tapped with one or several functions. How they are executed dep

* __Bail__. A bail hook allows exiting early. When any of the tapped function returns anything, the bail hook will stop executing the remaining ones.

* __Loop__. TODO
* __Loop__. When a plugin in a loop hook returns a non-undefined value the hook will restart from the first plugin. It will loop until all plugins return undefined.

Additionally, hooks can be synchronous or asynchronous. To reflect this, there’re “Sync”, “AsyncSeries”, and “AsyncParallel” hook classes:

Expand Down

0 comments on commit 1fb66fc

Please sign in to comment.