summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/wallet.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-03-24 01:10:34 +0100
committerFlorian Dold <florian@dold.me>2022-03-24 01:10:41 +0100
commit9d38cb56a6fa4c9a975df339cb0aa08f040368c1 (patch)
treecc2fac95abe164b9da325de34a256f14ece9d9c9 /packages/taler-wallet-core/src/wallet.ts
parentcc18751e72435544297de4f5b5a6b318fbba9cd1 (diff)
downloadwallet-core-9d38cb56a6fa4c9a975df339cb0aa08f040368c1.tar.gz
wallet-core-9d38cb56a6fa4c9a975df339cb0aa08f040368c1.tar.bz2
wallet-core-9d38cb56a6fa4c9a975df339cb0aa08f040368c1.zip
wallet: crypto worker fixes, better taler-crypto-worker integration
Diffstat (limited to 'packages/taler-wallet-core/src/wallet.ts')
-rw-r--r--packages/taler-wallet-core/src/wallet.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts
index d1e9aa646..bb560774a 100644
--- a/packages/taler-wallet-core/src/wallet.ts
+++ b/packages/taler-wallet-core/src/wallet.ts
@@ -1077,6 +1077,7 @@ export async function handleCoreApiRequest(
};
} catch (e: any) {
const err = getErrorDetailFromException(e);
+ logger.info(`finished wallet core request with error: ${j2s(err)}`);
return {
type: "error",
operation,