Skip to content

Commit

Permalink
docs: fix default value of logger (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
bacebu4 committed Feb 16, 2024
1 parent ec4dca1 commit cc88111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -62,7 +62,7 @@ If it is emitted again, it will terminate the process abruptly.
* `delay`: the numbers of milliseconds before abruptly close the
process. Default: `10000`.

* `logger`: instance of logger which will be used internally. Default: `10000`.
* `logger`: instance of logger which will be used internally. Default: `console`.

#### fn({ err, signal, manual } [, cb])

Expand Down

0 comments on commit cc88111

Please sign in to comment.