Skip to content

Commit fe917fc

Browse files
committed
Minor
1 parent a36c862 commit fe917fc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

easycoder/plugins/browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ const EasyCoder_Browser = {
11111111
eventTarget.targetRecord.index = eventTarget.targetIndex;
11121112
setTimeout(function () {
11131113
EasyCoder.timestamp = Date.now();
1114-
let p = EasyCoder.scripts[eventTarget.targetRecord.program];
1114+
let p = EasyCoder.scripts[eventTarget.targetRecord.program]
11151115
p.run(eventTarget.targetPc);
11161116
}, 1);
11171117
}

easycoder/plugins/rest.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ const EasyCoder_Rest = {
140140
if (command.onError) {
141141
program.errorMessage = `Exception trapped: ${error}`;
142142
program.run(command.onError);
143-
program.run(command.pc + 1);
144143
} else {
145144
program.runtimeError(command.lino, `Error: ${error}`);
146145
}

resources/md/about.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ Coding services
2929

3030
---
3131
**Note:** This static website is designed to provide a legacy alternative to the main ~ec~ site ([https://easycoder.software](https://easycoder.software)) in the event of the latter not being available or becoming unsupported.
32+
33+
### The Author ###
34+
My name is Graham Trott. I've been writing easy-to-use high-level programming languages for over 30 years and using them to solve real-world problems and needs. Since (at the time of writing) I'm now in my 70s this will probably be the last one in the line, hence the need to document everything as well as possible. This website - [(https://easycoder.github.io](https://easycoder.github.io) - is hosted by GitHub and will probably outlive me by a comfortable margin, so you can't rely on being able to contact me for help. The site is attached to the [EasyCoder](https://github.com/easycoder) repository, where you will find all the source code.

0 commit comments

Comments
 (0)