mirror of
https://github.com/gvx/bitser.git
synced 2024-11-24 06:54:20 +00:00
Missed a mention of disable_extensions!
This commit is contained in:
parent
1fc6c6171c
commit
c8ed0456e6
@ -282,7 +282,7 @@ serialize_value = function(value, seen)
|
||||
end
|
||||
return
|
||||
end
|
||||
if not disable_extensions and extensions_by_type[t] then
|
||||
if extensions_by_type[t] then
|
||||
for extension_id, extension in pairs(extensions_by_type[t]) do
|
||||
if extension[EXTENSION_MATCH_KEY](value) then
|
||||
-- extension
|
||||
|
Loading…
Reference in New Issue
Block a user