protoc-gen-lua icon indicating copy to clipboard operation
protoc-gen-lua copied to clipboard

protobuf.lua:752: attempt to call field 'append' (a nil value)

Open luobangkui opened this issue 6 years ago • 0 comments

my lua version is 5.1. When I changed code io:format to string.format because of io nil erro . Then I got error: protobuf.lua:752: attempt to call field 'append' (a nil value). How can I fix it.

luobangkui avatar Jul 11 '18 09:07 luobangkui