Commit a125905
authored
fix(lint): handle linter output correctly (#192)
Ensure that the linter output is correctly assigned to the `data`
variable when the output is not an error. This fixes a potential issue
where the `data` variable could be left empty even when the linter
produces valid output.1 parent 8f66373 commit a125905
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
| |||
0 commit comments