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
Make Java detection resilient to unusuable installs
Previously, if any Java failed to run completely (rather than running
but exiting unsuccessfully) then spawnToResult would throw, so the
test would throw, so the whole check would fail. Now we just treat
errors like any other invalid exit.
0 commit comments