Revert #873 fixes for Fix #899

This commit is contained in:
hrsh7th
2022-04-14 16:26:14 +09:00
parent ec8e87ce5c
commit 77d88ba056

View File

@@ -99,9 +99,6 @@ misc.merge = function(v1, v2)
if v2 == misc.none then if v2 == misc.none then
return nil return nil
else else
if type(v2) == 'table' then
return misc.merge({}, v2)
end
return v2 return v2
end end
end end