Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

max-listeners-exceeded-warning

niftylettuce5.6kMIT0.0.1

Debug and detect MaxListenersExceededWarning: Possible EventEmitter memory leak detected warnings

max, listeners, exceeded, warning, debug, error, catch, throw, possible, eventemitter, event, emitter, emit

readme

max-listeners-exceeded-warning

build status code coverage code style styled with prettier made with lass 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

npm:

npm install max-listeners-exceeded-warning

yarn:

yarn add max-listeners-exceeded-warning

Usage

const maxListenersExceededWarning = require('max-listeners-exceeded-warning');

maxListenersExceededWarning();

Contributors

Name Website
Nick Baugh http://niftylettuce.com/

License

MIT © Nick Baugh