diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/operations/errors.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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<T>( console.log("guard: caught something else"); const opErr = { type: "exception", - message: "non-error exception thrown", + message: "unexpected exception thrown", details: { value: e.toString(), }, |