Address code review: add error logging, fix type cast, improve error messages

Co-authored-by: rfc1437 <774975+rfc1437@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-26 21:57:16 +00:00
parent 2aa23f2dd1
commit fda97c0977
3 changed files with 9 additions and 6 deletions

View File

@@ -119,7 +119,7 @@ describe('Python macro coexistence in renderer registry', () => {
const result = await renderMacro(macro, context);
expect(result).toContain('macro-error');
expect(result).toContain('Python macro error');
expect(result).toContain('Resolution failed');
});
it('should show unknown macro error when no Python resolver is set', async () => {