precise-commits
precise-commits copied to clipboard
Line numbers displayed in precise-commits errors is incorrect
When I run precise-commits I get an error as below ->
✔ [1/1] Processing file: src/main/##/##/##/##/sample.js ✖ precise-commits: An Error occurred
{ SyntaxError: Unexpected token, expected "," (46:12) 44 | progress.resolve() 45 | }
46 | } | ^
But line 46 in the file actually is something else and the above line is actually line 499
I have the same issue.