| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 589287b commit 0cfc6d3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -92,7 +92,7 @@ Returns emitter, so calls can be chained. | |||
| 92 | 92 | By default EventEmitters will print a warning if more than 10 listeners are | |
| 93 | 93 | added for a particular event. This is a useful default which helps finding | |
| 94 | 94 | memory leaks. Obviously not all Emitters should be limited to 10. This function | |
| 95 | - allows that to be increased. Set to zero for unlimited. | ||
| 95 | + allows that to be increased. Set to `Infinity` (or `0`) for unlimited. | ||
| 96 | 96 | ||
| 97 | 97 | Returns emitter, so calls can be chained. | |
| 98 | 98 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments