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 e4997a2 commit 570cf5dCopy full SHA for 570cf5d
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 + 1].line;
+ line = program.source.scriptLines[lino - 1].line;
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