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
refactor: replace JavaMainContainer loop with last-element lookup
JavaMain is always registered last, so use r.containers[len-1] with a
type assertion instead of scanning all containers. Warn if the last
element is not a JavaMainContainer.
0 commit comments