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
Experiencing some really odd stuff. Does Soundcloud suppress errors in there? if so, why?
Given this snippet:
SC.get(function(res) { var foo = 1 foo.push('bar') })
No exception is thrown. I had an actual piece of code like this and I spent at least an hour until I spotted the culprit.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Experiencing some really odd stuff. Does Soundcloud suppress errors in there? if so, why?
Given this snippet:
No exception is thrown. I had an actual piece of code like this and I spent at least an hour until I spotted the culprit.
The text was updated successfully, but these errors were encountered: