You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(js-port-diag): make Log.edtErr instrumentation lint-clean
The bindCrashProtection diagnostic added in e600713 used inline
``try { ... } catch (...) { ... }`` and trailing-em-dash comments —
which trip Checkstyle's LeftCurly/RightCurly rules in the build-test
matrix and US-ASCII javac in the Android Ant port build. Reformat the
try/catch ladders to standard multi-line form and replace ``—`` with
``--`` in the prose so the diagnostic stays in place but stops failing
the matrix.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments