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 an interesting errorprone warning about System.console() never
returning null. I opted to suppress the warning because the docs don't
guarantee this but added isTerminal to detect non-terminal Console
implementations. #15388
0 commit comments