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");
|
console.log("guard: caught something else");
|
||||||
const opErr = {
|
const opErr = {
|
||||||
type: "exception",
|
type: "exception",
|
||||||
message: "non-error exception thrown",
|
message: "unexpected exception thrown",
|
||||||
details: {
|
details: {
|
||||||
value: e.toString(),
|
value: e.toString(),
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user