Skip to content

Commit

Permalink
Small fix for exect() helper docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Feb 9, 2020
1 parent 9501bbf commit b17f928
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions use-suspender.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
*
* @param {Function} fn
* @param {any[]} args
*
* @return {Promise<any>}
*/
function exec(fn, args) {
try {
Expand Down

0 comments on commit b17f928

Please sign in to comment.