Skip to content

Only add unnecessary-await suggestion on await expressions#32754

Merged
andrewbranch merged 1 commit into
microsoft:masterfrom
andrewbranch:bug/32744
Aug 7, 2019
Merged

Only add unnecessary-await suggestion on await expressions#32754
andrewbranch merged 1 commit into
microsoft:masterfrom
andrewbranch:bug/32744

Conversation

@andrewbranch
Copy link
Copy Markdown
Member

Doh, checkAwaitedType is used on more than just AwaitExpressions. Good catch @sandersn!

Fixes #32744

@andrewbranch andrewbranch requested a review from sandersn August 7, 2019 18:04
@andrewbranch andrewbranch merged commit 984956a into microsoft:master Aug 7, 2019
@andrewbranch andrewbranch deleted the bug/32744 branch August 7, 2019 18:27
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bad suggestion for return inside async function:

2 participants