config hard fail
This commit is contained in:
parent
69ffc2d9dd
commit
cddd61f061
3 changed files with 35 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue