-
Notifications
You must be signed in to change notification settings - Fork 945
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
debug.disable() does not disable? #150
Comments
That's not the issue. The I'm considering a few ways to refactor the code to remedy this, but nothing concrete so far. |
With
One gets
I understand what you mean by previous debug instances not being kept track of, but the disabling still does not work since enabling |
I see what you mean. Looks like On Fri, Oct 24, 2014 at 5:09 PM, Seon-Wook Park [email protected]
|
+1 |
|
Anyhow, calling to |
#370 < V3 should solve this |
The above snippet does not work as expected.
The disable function should remove namespaces instead of trying to enable nothing.
https://github.com/visionmedia/debug/blob/master/debug.js#L159
The text was updated successfully, but these errors were encountered: