File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1111,7 +1111,7 @@ const EasyCoder_Browser = {
1111
1111
eventTarget . targetRecord . index = eventTarget . targetIndex ;
1112
1112
setTimeout ( function ( ) {
1113
1113
EasyCoder . timestamp = Date . now ( ) ;
1114
- let p = EasyCoder . scripts [ eventTarget . targetRecord . program ]
1114
+ let p = EasyCoder . scripts [ eventTarget . targetRecord . program ] ;
1115
1115
p . run ( eventTarget . targetPc ) ;
1116
1116
} , 1 ) ;
1117
1117
}
Original file line number Diff line number Diff line change @@ -140,7 +140,6 @@ const EasyCoder_Rest = {
140
140
if ( command . onError ) {
141
141
program . errorMessage = `Exception trapped: ${ error } ` ;
142
142
program . run ( command . onError ) ;
143
- program . run ( command . pc + 1 ) ;
144
143
} else {
145
144
program . runtimeError ( command . lino , `Error: ${ error } ` ) ;
146
145
}
You can’t perform that action at this time.
0 commit comments