mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util/serialization: Fixed serialization formatting
This commit is contained in:
parent
babc0d7992
commit
5cd003581a
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ local function _simplesave(o, ind, t, func)
|
|||
func(t, (o and "true" or "false"));
|
||||
else
|
||||
log("error", "cannot serialize a %s: %s", type(o), debug_traceback())
|
||||
func(t, "nil,\n");
|
||||
func(t, "nil");
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue