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
{{ message }}
This repository was archived by the owner on Jan 30, 2025. It is now read-only.
Separates the parsing from concurrently waiting.
Advantages:
+ Separation of concerns.
+ Parsing logic or error handling can be changed and test separately.
+ Simplified channel handling.
+ Scanner returns when it grabs the devToolsURL.
+ Scanner error handling is managed where it belongs to (in the parser
code).
+ Supports multiple errors.
0 commit comments