Fix in oven, for options that are not strings.
This commit is contained in:
parent
3e4ebb8acc
commit
4d72f4770e
@ -71,7 +71,7 @@
|
||||
for key, value in pairs(_OPTIONS) do
|
||||
local term = key
|
||||
if value ~= "" then
|
||||
term = term .. "=" .. value
|
||||
term = term .. "=" .. tostring(value)
|
||||
end
|
||||
table.insert(options, term)
|
||||
end
|
||||
|
Reference in New Issue
Block a user