Commit e401186
authored
feat(error-msg): add path to parsing error message (#296)
The error message on it's own is a bit bare. I can barely do anything
with the following
```
2026-01-07 13:08:31.885294487 +00:00:00 [ERROR] failed to parse license 'GPL-3.0' into a valid expression: GPL-3.0
^^^^^^^ a deprecated license identifier was used
```
Especially since it doesn't come from my source tree but from a
dependency. This commit adds the path of the file that's the reason for
this error. The file path should at least include the name of the
dependency so one could go there and ask for fixing the license
identifier.1 parent 78444ca commit e401186
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments