fix: need to init underlying map
This commit is contained in:
parent
a5e5e76e37
commit
8c4ebeccd4
|
@ -204,6 +204,8 @@ func (wafm *WebAppFileMap) DecodeMsgpack(decoder *msgpack.Decoder) error {
|
|||
return err
|
||||
}
|
||||
|
||||
wafm.Map = *linkedhashmap.New()
|
||||
|
||||
for i := 0; i < arrLen; i++ {
|
||||
data := make([]interface{}, 3)
|
||||
|
||||
|
|
Loading…
Reference in New Issue