-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EventEmitter memory leak #133
Comments
Well, it was smth with babel's require hook, which I pass as a plugin to mocha Anyway, the memory still increases, but less then before. I've checked with It looks like it's smth with UPDATE: We can ignore files from @Jameskmonger, wdyt? |
Should be fixed in the latest release: https://github.com/sindresorhus/gulp-mocha/releases/tag/v4.0.0 |
This error appears whenever I use
gulp-mocha
with a watcher (memory increases permocha.run
), with mocha's cli (mocha --watch
) it does not seem to reproduce.I've tried the current pull requests - it's still happing. The cli itself handles watch a slightly different, haven't checked; anyway, it looks like a critical bug.
An example could be any suit case, it just increases as
mocha.run()
is called. Any ideas?The text was updated successfully, but these errors were encountered: