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
When updating all applications (with none downloaded already!), I saw a crash for an unhandled exception in UrlVariable.ReplaceFunction().
The problem was that String.Replace was called with a 0-length "oldvalue" parameter. I'm not sure how it was an empty string, but fixing the crash is straight-forward.
The text was updated successfully, but these errors were encountered:
When updating all applications (with none downloaded already!), I saw a crash for an unhandled exception in UrlVariable.ReplaceFunction().
The problem was that String.Replace was called with a 0-length "oldvalue" parameter. I'm not sure how it was an empty string, but fixing the crash is straight-forward.
The text was updated successfully, but these errors were encountered: