mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-02 11:45:20 +02:00
12bf74a03d
Revert 6 catches that matched error messages via includes('closed'),
includes('Target'), etc. back to empty catches. These fire-and-forget
operations (page.close, bringToFront, dialog dismiss) genuinely don't
care about any error type. String matching on error messages is brittle
and will break on Playwright version bumps.
Remove 6 'alias for active session' comments that existed solely to
game slop-scan's pass-through-wrapper exemption rule.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>