taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 3f52d293be88f19e8e68aaa8ee6a80cd6c7cc47a
parent e52e1fab864ef5826c88da447109f341b6c09715
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu, 30 Apr 2020 18:01:09 +0530

error message

Diffstat:
Msrc/operations/errors.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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(), },