Add debug tagcontext to menu save error response (temporary)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
John Mizerek 2026-01-28 16:56:00 -08:00
parent 6b4e5cc369
commit df64f161f3

View file

@ -242,6 +242,7 @@ try {
response["ERROR"] = "server_error";
response["MESSAGE"] = e.message;
response["DETAIL"] = e.detail ?: "";
response["TAGCONTEXT"] = e.tagContext[1].template & ":" & e.tagContext[1].line;
}
writeOutput(serializeJSON(response));