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: add timeout to prevent bootstrapping from hanging indefinitely (#1548)
* fix: add timeout to bootstrapping and pub get to prevent indefinite hangs
When connected to a network without internet access, the bootstrapping
step (Mason hook's internal dart pub get) and subsequent pub get commands
can hang indefinitely. This adds a 120-second timeout that surfaces a
clear error message instead.
Closes#1547https://claude.ai/code/session_01JoFEgFpRkH5idHrQFNy6xP
* fix: analyzer error lints
* fix: add timeout as param
* fix: lints
---------
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Marcos Sevilla <me@marcossevilla.dev>
0 commit comments