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

fix [object Object] in invalid decorator warning #183841

Merged
merged 1 commit into from
Jul 7, 2023
Merged

Conversation

mroch
Copy link
Contributor

@mroch mroch commented May 30, 2023

when there's an invalid decorator, you get a warning like this:

[warning] INVALID decoration from extension '[object Object]': Error: The decoration is empty

as is done elsewhere in this file, should use extensionId.identifier.value to get a string

Fixes #183839

when there's an invalid decorator, you get a warning like this:

```
[warning] INVALID decoration from extension '[object Object]': Error: The decoration is empty
```

as is done elsewhere in this file, should use `extensionId.identifier.value` to get a string
@Tyriar Tyriar assigned hediet and unassigned Tyriar Jul 6, 2023
@hediet hediet requested a review from jrieken July 6, 2023 17:19
@hediet hediet assigned jrieken and unassigned hediet Jul 6, 2023
Copy link
Member

@jrieken jrieken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@jrieken jrieken merged commit c217907 into microsoft:main Jul 7, 2023
6 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Aug 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid decoration warning says [object Object]
7 participants