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

Call To Throw isn't included in return statement #114

Closed
arivera-xealth opened this issue Jan 3, 2024 · 0 comments · Fixed by #140
Closed

Call To Throw isn't included in return statement #114

arivera-xealth opened this issue Jan 3, 2024 · 0 comments · Fixed by #140
Labels
bug Something isn't working

Comments

@arivera-xealth
Copy link

arivera-xealth commented Jan 3, 2024

export class Foo {
  
  _SomeMethod() {
    return {
      something: this._SomeError()
    }
  }

  _SomeError() {
    throw Error()
  }
}
@arivera-xealth arivera-xealth changed the title Call To Throw isn Call To Throw isn't included in return statement Jan 3, 2024
@michaelangeloio michaelangeloio added the bug Something isn't working label Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants