diff options
author | Florian Dold <florian@dold.me> | 2022-10-07 12:43:17 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2022-10-07 12:47:31 +0200 |
commit | 1256c8704b11faceb21629cd50813ef2b7b9015b (patch) | |
tree | b0b7aa59bcfb8c133f563d2429aceb73f9d9e4ed /packages/taler-wallet-cli | |
parent | 957f9a5efb26194a7911cdaf722502ba09e5bd58 (diff) |
-logging
Diffstat (limited to 'packages/taler-wallet-cli')
-rw-r--r-- | packages/taler-wallet-cli/src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-cli/src/index.ts b/packages/taler-wallet-cli/src/index.ts index b55231b79..7ff369a5e 100644 --- a/packages/taler-wallet-cli/src/index.ts +++ b/packages/taler-wallet-cli/src/index.ts @@ -1412,7 +1412,7 @@ testCli } else if (args.cryptoworker.impl === "none") { cryptoApi = nativeCrypto; } else { - throw Error("invalid impl"); + throw Error(`invalid crypto worker type ${args.cryptoworker.impl}`); } const input = "foo"; |