config hard fail

This commit is contained in:
Barrett Ruth 2025-10-02 23:20:51 -04:00
parent 69ffc2d9dd
commit cddd61f061
3 changed files with 35 additions and 4 deletions

View file

@ -123,7 +123,7 @@ function M.run(cmd, stdin, timeout_ms, memory_mb)
local code = r.code or 0
local raw = r.stdout or ''
local cleaned, peak_mb = parse_and_strip_time_v(raw)
local tled = (code == 124)
local tled = code == 124
local signal = nil
if code >= 128 then