项目文件夹

文件
Sarath Suresh 5748035bb1 fix(js): raise RuntimeError on JS evaluation errors instead of returning None
Previously js() silently returned None when Chrome reported a syntax or
runtime error. Now it raises RuntimeError with the error description,
line/column location, and a snippet of the failing expression.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-28 16:04:16 +05:30
..