Add debug tagcontext to menu save error response (temporary)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
6b4e5cc369
commit
df64f161f3
1 changed files with 1 additions and 0 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Reference in a new issue