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 33a1813 commit 16f2c56Copy full SHA for 16f2c56
dist/easycoder.js
@@ -1162,7 +1162,7 @@ const EasyCoder_Core = {
1162
const exporterRecord = EasyCoder.scripts[target.exporter].getSymbolRecord(target.exportedName);
1163
exporterRecord.value[exporterRecord.index] = target.value;
1164
}
1165
- return true;
+ return command.pc + 1;
1166
1167
},
1168
js/easycoder/Core.js
0 commit comments