Skip to content
Snippets Groups Projects
Commit d28c08a6 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Konstantin Osipov
Browse files

box/lua/console: Don't serialize function body

Without this option serpent tries to encode function body,
making output a plain mess. So just like for yaml output
where functions are represented as

 | "completion_handler: 'function: 0x4074c910'

for lua output we will have

 | completion_handler = function() --[[..skipped..]] end,

Part-of #3834
parent 42725501
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment