-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sourcemap regex, not working in windows #1200
Closed
chandru9279 opened this issue
Oct 3, 2014
· 4 comments
· Fixed by #1201 · May be fixed by Omrisnyk/npm-lockfiles#122 or Omrisnyk/npm-lockfiles#132
Closed
Sourcemap regex, not working in windows #1200
chandru9279 opened this issue
Oct 3, 2014
· 4 comments
· Fixed by #1201 · May be fixed by Omrisnyk/npm-lockfiles#122 or Omrisnyk/npm-lockfiles#132
Comments
chandru9279
changed the title
Sourcemap regex, not
Sourcemap regex, not working in windows
Oct 3, 2014
If I remove the |
@chandru9279 no because url may not contain sha but contain line and column |
@chandru9279 fix from PR should fix it |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using karma-bro.
Im getting callstacks
I can see that you are using the regex to rewrite callstacks:
The regex fails - the path, line and column not detected properly on my machine - so I don't get sourcemap replacement in my callstack.
Here is a test case, you can run this in browser for quick check :
The text was updated successfully, but these errors were encountered: