refactor: header flushing
All checks were successful
Autotools pipeline / build-amd64 (push) Successful in 18s
Autotools pipeline / build-arm64 (push) Successful in 20s
Autotools pipeline / build-arm (push) Successful in 19s

This commit is contained in:
2026-04-09 22:03:08 +02:00
parent 2a554e2b4b
commit b92f89f14f
5 changed files with 9 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ function BaseObject:print()
end
function BaseObject:error(msg,...)
html()
std.html()
--local line = debug.getinfo(1).currentline
local emsg = string.format(msg or "ERROR",...)
echo(emsg)