We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1441f commit 8588b8cCopy full SHA for 8588b8c
MLAPI-Editor/MLAPIEditor.cs
@@ -794,9 +794,7 @@ private IEnumerator FetchAll()
794
if (!string.IsNullOrEmpty(www.error))
795
{
796
//Some kind of error
797
- statusMessage = "Failed to " +
798
- "fetch rel" +
799
- "eases. Error: " + www.error;
+ statusMessage = "Failed to fetch releases. Error: " + www.error;
800
double startTime = EditorApplication.timeSinceStartup;
801
//Basically = yield return new WaitForSeconds(5);
802
while (EditorApplication.timeSinceStartup - startTime <= 5f)
0 commit comments