-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Use emitter.setmaxlisteners() to increase limit #110
Comments
One workaround for now is to tack |
If it's the same output as me, the full warning text is
So we could be looking for emissions of the |
I think the culprit is probably here, where we have a listener inside of a listener: https://github.com/cabal-club/cabal-cli/blob/master/neat-screen.js#L237 |
I think I've fixed it. @cinnamon-bun can you try cabal 6.3.4? |
@noffle The error message doesn't appear every single time so it's hard to test, but I'm not seeing it now! 🌟 |
🎈 🍄 |
This warning gets printed to the screen occasionally, messing up the display.
Use emitter.setmaxlisteners() to increase limit
Node v10.8.0 on OSX 10.11.6. This is not the latest version of Node.
Discussion about hiding warnings in node here, but with no good solution: nodejs/node#10802
The text was updated successfully, but these errors were encountered: