Commit 4223cc9
committed
fix [object Object] in invalid decorator warning
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 string1 parent 6c8cdf3 commit 4223cc9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments