k6
k6 copied to clipboard
js: Fix the sourcemap panic
What?
Why?
Checklist
- [ ] I have performed a self-review of my code.
- [ ] I have added tests for my changes.
- [ ] I have run linter locally (
make lint) and all checks pass. - [ ] I have run tests locally (
make tests) and all tests pass. - [ ] I have commented on my code, particularly in hard-to-understand areas.