diff options
Diffstat (limited to 'tools/gencode.js')
-rw-r--r-- | tools/gencode.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/gencode.js b/tools/gencode.js index f2e3a26..a46823f 100644 --- a/tools/gencode.js +++ b/tools/gencode.js @@ -103,4 +103,3 @@ for (let line of fs.readFileSync("events.txt", "utf-8").split("\n")) { emit(["return"]) console.log("]") -console.log("// #endregion") |