Merge 0.12->trunk

This commit is contained in:
Kim Alvefur 2023-02-16 20:15:39 +01:00
commit 02b01c4826
2 changed files with 7 additions and 1 deletions

View file

@ -210,6 +210,7 @@ module:hook("admin/repl-input", function (event)
if not ok then
event.origin.send(st.stanza("repl-result", { type = "error" }):text(err));
end
return true;
end);
-- Console commands --