gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 03/04: error message


From: gnunet
Subject: [taler-wallet-core] 03/04: error message
Date: Fri, 01 May 2020 10:47:48 +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 3f52d293be88f19e8e68aaa8ee6a80cd6c7cc47a
Author: Florian Dold <address@hidden>
AuthorDate: Thu Apr 30 18:01:09 2020 +0530

    error message
---
 src/operations/errors.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/operations/errors.ts b/src/operations/errors.ts
index 50e68993..0d180a46 100644
--- a/src/operations/errors.ts
+++ b/src/operations/errors.ts
@@ -144,7 +144,7 @@ export async function guardOperationException<T>(
     console.log("guard: caught something else");
     const opErr = {
       type: "exception",
-      message: "non-error exception thrown",
+      message: "unexpected exception thrown",
       details: {
         value: e.toString(),
       },

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]