https://github.com/ladjs/max-listeners-exceeded-warning
Debug and detect "MaxListenersExceededWarning: Possible EventEmitter memory leak detected warnings"
https://github.com/ladjs/max-listeners-exceeded-warning
catch debug error javascript leak listeners max-listeners-exceeded-warning memory node
Last synced: 6 months ago
JSON representation
Debug and detect "MaxListenersExceededWarning: Possible EventEmitter memory leak detected warnings"
- Host: GitHub
- URL: https://github.com/ladjs/max-listeners-exceeded-warning
- Owner: ladjs
- License: mit
- Created: 2017-12-14T07:23:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T07:23:41.000Z (almost 8 years ago)
- Last Synced: 2025-04-05T02:01:54.130Z (6 months ago)
- Topics: catch, debug, error, javascript, leak, listeners, max-listeners-exceeded-warning, memory, node
- Language: JavaScript
- Size: 52.7 KB
- Stars: 19
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# max-listeners-exceeded-warning
[](https://travis-ci.org/niftylettuce/max-listeners-exceeded-warning)
[](https://codecov.io/gh/niftylettuce/max-listeners-exceeded-warning)
[](https://github.com/sindresorhus/xo)
[](https://github.com/prettier/prettier)
[](https://lass.js.org)
[](LICENSE)> Debug and detect "MaxListenersExceededWarning: Possible EventEmitter memory leak detected warnings"
>
> Inspired by [throw-max-listeners-error][] and updated with invocation usage.## Table of Contents
* [Install](#install)
* [Usage](#usage)
* [Contributors](#contributors)
* [License](#license)## Install
[npm][]:
```sh
npm install max-listeners-exceeded-warning
```[yarn][]:
```sh
yarn add max-listeners-exceeded-warning
```## Usage
```js
const maxListenersExceededWarning = require('max-listeners-exceeded-warning');maxListenersExceededWarning();
```## Contributors
| Name | Website |
| -------------- | -------------------------- |
| **Nick Baugh** | |## License
[MIT](LICENSE) © [Nick Baugh](http://niftylettuce.com/)
##
[npm]: https://www.npmjs.com/
[yarn]: https://yarnpkg.com/
[throw-max-listeners-error]: https://github.com/nolanlawson/throw-max-listeners-error