You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@felixfbecker I'm having some difficulty figuring out why errors are getting swallowed in my rxjs code here. I tried console.logging every Promise and it seems like the Promise rejection gets lost somewhere in:
https://github.com/sourcegraph/lang-go/blob/70c1fd74e9839ce8251d3dc9f3c640001ccf64b7/src/lang-go.ts#L221-L225
@felixfbecker I'm having some difficulty figuring out why errors are getting swallowed in my rxjs code here. I tried
console.logging every Promise and it seems like the Promise rejection gets lost somewhere in:https://github.com/sourcegraph/lang-go/blob/70c1fd74e9839ce8251d3dc9f3c640001ccf64b7/src/lang-go.ts#L212-L219
But I couldn't figure out why. If you'd like I can share my screen sometime and we can take a look at this.