luci-0.9: merge r5859
This commit is contained in:
parent
5223afaf66
commit
14e06588ec
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ function get_bytecode(val)
|
|||
code = string.dump( loadstring( "return " .. serialize_data(val) ) )
|
||||
end
|
||||
|
||||
return code and strip_bytecode(code)
|
||||
return code -- and strip_bytecode(code)
|
||||
end
|
||||
|
||||
--- Strips unnescessary lua bytecode from given string. Information like line
|
||||
|
|
Loading…
Reference in a new issue