This commit is contained in:
UENISHI Kota 2013-12-14 15:54:28 +09:00
parent 70a90903b1
commit 3af5e81593
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{application, msgpack,
[{description, "MessagePack serializer/deserializer"},
{vsn, "0.2.4"},
{vsn, "0.2.5"},
{modules,
[msgpack]
},

View File

@ -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, _) ->