[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] 01/02: wallet-core: rethrow exception
From: |
gnunet |
Subject: |
[taler-wallet-core] 01/02: wallet-core: rethrow exception |
Date: |
Mon, 27 May 2024 21:54:49 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository wallet-core.
commit de96059ad067cc4a28518db47d27889107b22232
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon May 27 21:48:49 2024 +0200
wallet-core: rethrow exception
---
packages/taler-wallet-core/src/common.ts | 1 +
1 file changed, 1 insertion(+)
diff --git a/packages/taler-wallet-core/src/common.ts
b/packages/taler-wallet-core/src/common.ts
index edaba5ba4..755c46188 100644
--- a/packages/taler-wallet-core/src/common.ts
+++ b/packages/taler-wallet-core/src/common.ts
@@ -819,5 +819,6 @@ export async function genericWaitForState(
} catch (e) {
unregisterOnCancelled();
cancelNotif();
+ throw e;
}
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.