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 8443cc4 commit 2d768fdCopy full SHA for 2d768fd
dist/easycoder.js
@@ -8049,7 +8049,7 @@ const EasyCoder_Run = {
8049
const lino = program[program.pc].lino;
8050
let line = '';
8051
try {
8052
- line = program.source.scriptLines[lino].line;
+ line = program.source.scriptLines[lino].line + 1;
8053
}
8054
catch (e) {
8055
js/easycoder/Run.js
@@ -47,7 +47,7 @@ const EasyCoder_Run = {
47
48
49
50
51
52
53
0 commit comments