Closed
Description
I raised an issue previously #6108 regarding the incorrect line number in the stack trace. However, the issue still exists in watch mode with the latest version.
Step to reproduce:
- Clone https://github.com/randing89/line-number-bug
- Run
npm install && npm run watch
- The line number in the stack trace is correct in the first run.
- Add few empty lines above
// y is undefined
in Test.js - The stack trace is not pointing to the empty line.
Metadata
Metadata
Assignees
Labels
No labels