summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJoël Simoneau <simoneaujoel@gmail.com>2025-03-11 13:45:56 -0400
committerJoël Simoneau <simoneaujoel@gmail.com>2025-03-11 13:45:56 -0400
commit212b8f0ceb297a58ce92238a011cea765e693c76 (patch)
tree662160a51c0877234fdd627da274ccb259822ca8 /tools
parent9436b56542c0c80549835be0dae3b5c4d3280f40 (diff)
downloadvijayanagara-212b8f0ceb297a58ce92238a011cea765e693c76.tar.gz
More Succession.
Diffstat (limited to 'tools')
-rw-r--r--tools/gencode.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gencode.js b/tools/gencode.js
index 1cf119c..e60a2cb 100644
--- a/tools/gencode.js
+++ b/tools/gencode.js
@@ -130,6 +130,7 @@ for (let line of fs.readFileSync("events.txt", "utf-8").split("\n")) {
break
case "log":
+ case "loge":
case "prompt":
emit([ line[0], line.slice(1).join(" ") ])
break