We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've hit into something odd: in browser, debug package still tries to go Node route. https://github.com/defunctzombie/node-process/blob/master/browser.js#L156 I think this is the reason, and debug seems not to check for that. I don't really have a good explanation what to do next, yet I guess it's better to make a record
debug
The text was updated successfully, but these errors were encountered:
Though how the hell it went to https://github.com/visionmedia/debug/blob/master/src/index.js instead of "browser"...
Sorry, something went wrong.
PR #563
No branches or pull requests
I've hit into something odd: in browser,
debug
package still tries to go Node route. https://github.com/defunctzombie/node-process/blob/master/browser.js#L156 I think this is the reason, and debug seems not to check for that. I don't really have a good explanation what to do next, yet I guess it's better to make a recordThe text was updated successfully, but these errors were encountered: