Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DonutEspresso committed Jan 21, 2017
1 parent a77f3c6 commit 0329a4d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,13 @@ __Returns__: {undefined} returns nothing
The handler object also emits the following events:

### handler.on('error', function(err) {...})

If your function returns an error to the callback, this event will be emitted.
The subscribed function will receive an error as it's only parameter.

### handler.on('stop', function() {...})
The stop event is emitted when reissue successfully completes any ongoing
function invocations and stops all future invocations.


## Contributing

Expand Down

0 comments on commit 0329a4d

Please sign in to comment.