** exception error: bad argument
in function binary_to_term/1
called as binary_to_term(<<"supersecretkey">>)
8> binary_to_term(<<"">>).
** exception error: bad argument
in function binary_to_term/1
called as binary_to_term(<<>>)
9> binary_to_term(<<>>).
** exception error: bad argument
in function binary_to_term/1
called as binary_to_term(<<>>)
?
"supersecretkey" =/= описание erlang term, полученного после term_to_binary
см. https://www.erlang.org/doc/man/file.html#consult-1
Обсуждают сегодня