mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 14:22:02 +00:00
Wrap route.fetch() and response.json() in try/catch blocks to handle cases where the response is disposed before it can be accessed. Falls back to route.continue() to let the original request proceed normally. This fixes the intermittent "Response has been disposed" error in open-existing-project.spec.ts that occurs due to timing issues in CI.