Display error when connection fails

This commit is contained in:
luiscuenca 2019-07-26 12:01:33 -07:00
parent e6e771df7b
commit c77da03535
No known key found for this signature in database
GPG key ID: 2387ECD129A6961D

View file

@ -410,8 +410,8 @@ void LauncherManager::getMostRecentBuilds(CString& launcherUrlOut, CString& laun
error = LauncherUtils::ResponseError::ParsingJSON;
}
}
onMostRecentBuildsReceived(response, error);
}
onMostRecentBuildsReceived(response, error);
};
LauncherUtils::httpCallOnThread(L"HQ Launcher",
L"thunder.highfidelity.com",