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 05fd2b7 commit 354162dCopy full SHA for 354162d
easycoder/plugins/rest.js
@@ -140,6 +140,7 @@ const EasyCoder_Rest = {
140
if (command.onError) {
141
program.errorMessage = `Exception trapped: ${error}`;
142
program.run(command.onError);
143
+ program.run(command.pc + 1);
144
} else {
145
program.runtimeError(command.lino, `Error: ${error}`);
146
}
0 commit comments