The macOS runner in PR #298 attaches its child-process error listener after waiting for Metro readiness. A spawn error can therefore escape the runner's normal failure handling.
Attach failure monitoring immediately, race readiness against process failure, and verify that startup failures and cleanup complete without unhandled rejections.
Source: #298
The macOS runner in PR #298 attaches its child-process error listener after waiting for Metro readiness. A spawn error can therefore escape the runner's normal failure handling.
Attach failure monitoring immediately, race readiness against process failure, and verify that startup failures and cleanup complete without unhandled rejections.
Source: #298