error message

This commit is contained in:
Florian Dold 2020-04-30 18:01:09 +05:30
parent e52e1fab86
commit 3f52d293be
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

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