This commit is contained in:
2026-09-02 01:37:37 +09:00
parent c5591ab509
commit 6406f71724
+1 -5
View File
@@ -279,11 +279,7 @@ function main.parse(expression)
return value return value
end) end)
if not ok then return ok and result or (type(result) == 'table' and result or {'calc.error', tostring(result)})
return type(result) == 'table' and result or {'calc.error', tostring(result)}
end
return result
end end
function main.change(event) function main.change(event)