mirror of
https://github.com/valitydev/msgpack-erlang.git
synced 2024-11-06 00:35:24 +00:00
hooray!
This commit is contained in:
parent
70a90903b1
commit
3af5e81593
@ -1,6 +1,6 @@
|
||||
{application, msgpack,
|
||||
[{description, "MessagePack serializer/deserializer"},
|
||||
{vsn, "0.2.4"},
|
||||
{vsn, "0.2.5"},
|
||||
{modules,
|
||||
[msgpack]
|
||||
},
|
||||
|
@ -86,7 +86,7 @@ pack(Any, _Opt = ?OPTION{ext_packer=Packer, original_list=Orig})
|
||||
|
||||
case pack_ext(Any, Packer, Orig) of
|
||||
{ok, Binary} -> Binary;
|
||||
{error, E} -> throw:error(E)
|
||||
{error, E} -> throw({error, E})
|
||||
end;
|
||||
|
||||
pack(Other, _) ->
|
||||
|
Loading…
Reference in New Issue
Block a user