Fix ex-info call args (@kul)
This commit is contained in:
parent
4d1a374c8f
commit
152fec95e0
1 changed files with 1 additions and 1 deletions
|
|
@ -551,7 +551,7 @@
|
|||
nil nil
|
||||
:aes128-sha512 aes128-encryptor
|
||||
:no-header (throw (ex-info ":auto not supported on headerless data." {}))
|
||||
:else (throw (ex-info ":auto not supported for non-standard encryptors."))
|
||||
:else (throw (ex-info ":auto not supported for non-standard encryptors." {}))
|
||||
(throw (ex-info (format "Unrecognized :auto encryptor id: %s" encryptor-id)
|
||||
{:encryptor-id encryptor-id}))))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue