diff options
author | ubq323 <ubq323@ubq323.website> | 2024-09-06 10:45:50 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-09-06 10:45:50 +0100 |
commit | f18b9e9df3389ebc5708842e3afb12b91a313e65 (patch) | |
tree | bc7c7f1dd1d10fd13c96ece9f93922c05af26cf0 /repl.lua | |
parent | f964540c87b0efc3e938461b164270155b932b59 (diff) |
Diffstat (limited to 'repl.lua')
-rw-r--r-- | repl.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ local function result(ok,...) print("error: "..(...)) end end -io.write("lua_repl_good for ".._VERSION) +io.write("lua-repl-good for ".._VERSION) if jit then io.write(" ("..jit.version..")") end io.write"\n" |