-
Notifications
You must be signed in to change notification settings - Fork 176
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
Leak Checking Output #315
Comments
Those symbols are from the code that is being tested. |
I'm encountering this same error, I've tracked it to a 3rd party package I'm using but can't find the source. is there a workaround when you can't control the other code?
|
found the source: NaturalNode/node-sylvester#6 |
If the leak is out of your control, you can whitelist the global using |
@krazik Too ignore those leaks:
|
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions. |
I'm confused by the output of the leak checking being run, which is
The following leaks were detected:$M, $P, $V, $L
.Do any of you know what those symbols mean? I couldnt find them mentioned anywhere in this repo.
The text was updated successfully, but these errors were encountered: