error message
This commit is contained in:
parent
e52e1fab86
commit
3f52d293be
@ -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(),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user