From 3f52d293be88f19e8e68aaa8ee6a80cd6c7cc47a Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 30 Apr 2020 18:01:09 +0530 Subject: 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 50e68993b..0d180a465 100644 --- a/src/operations/errors.ts +++ b/src/operations/errors.ts @@ -144,7 +144,7 @@ export async function guardOperationException( console.log("guard: caught something else"); const opErr = { type: "exception", - message: "non-error exception thrown", + message: "unexpected exception thrown", details: { value: e.toString(), }, -- cgit v1.2.3