precise-commits icon indicating copy to clipboard operation
precise-commits copied to clipboard

Line numbers displayed in precise-commits errors is incorrect

Open jhalaa opened this issue 7 years ago • 1 comments

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

jhalaa avatar Sep 20 '18 18:09 jhalaa

I have the same issue.

claudionunezjr avatar Aug 06 '19 17:08 claudionunezjr