This commit is contained in:
Dax Raad
2025-05-20 22:00:00 -04:00
parent 9b564f0b73
commit 2860a2bb1a
11 changed files with 505 additions and 173 deletions

View File

@@ -40,6 +40,9 @@ export namespace Tool {
output: result.output,
};
} catch (e: any) {
log.error("error", {
msg: e.toString(),
});
return "An error occurred: " + e.toString();
}
},