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
Check if treeDeleter is actually async before casting it. Fixes#13240.
This code assumed that `registerSpawnStrategies` would be always be called before `afterCommand`, but that's not the case if the build was interrupted or failed before the execution phase.
RELNOTES: None.
PiperOrigin-RevId: 379937925
0 commit comments