X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=libs%2Fcore%2Fluasrc%2Futil.lua;fp=libs%2Fcore%2Fluasrc%2Futil.lua;h=f45a1f966e52ed62a23d301468753d8721244a19;hp=84c63f240409091588a09821e970f2a4df70c7ea;hb=2fede7361f53c3e1e81974676565ccf3937c23a9;hpb=9a6d72238d015580723edf92912be1e34a1fb687 diff --git a/libs/core/luasrc/util.lua b/libs/core/luasrc/util.lua index 84c63f240..f45a1f966 100644 --- a/libs/core/luasrc/util.lua +++ b/libs/core/luasrc/util.lua @@ -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