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 bug: count the number of quotes instead of detecting presence
A java option of -Dfoo="bar" would fail this previously, because
there are two quotes around bar, but we only detected open quotes
by the presence of the double quote character.
0 commit comments