mirror of
https://github.com/konsoletyper/teavm.git
synced 2025-02-17 11:19:48 +08:00
js: fix emitting line number to debug info
This commit is contained in:
parent
994e01ec9d
commit
055d5df367
@ -80,6 +80,9 @@ public class OutputSourceWriter extends SourceWriter implements LocationProvider
|
||||
letSequenceSize = 0;
|
||||
try {
|
||||
innerWriter.append(";\n");
|
||||
column = 0;
|
||||
line++;
|
||||
lineStart = true;
|
||||
} catch (IOException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user