Skip to content
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

No exceptions thrown in async callback #83

Open
adi518 opened this issue Aug 12, 2017 · 0 comments
Open

No exceptions thrown in async callback #83

adi518 opened this issue Aug 12, 2017 · 0 comments

Comments

@adi518
Copy link

adi518 commented Aug 12, 2017

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.

@adi518 adi518 changed the title No exceptions thrown in Async callback No exceptions thrown in async callback Aug 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant