We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886d727 commit 863a1c1Copy full SHA for 863a1c1
lib/parser.js
@@ -45,7 +45,7 @@ function generateSourceMap (filename, source, generated, sourceRoot) {
45
map.addMapping({
46
source: filename,
47
original: {
48
- line: index,
+ line: index + 1,
49
column: 0
50
},
51
generated: {
0 commit comments