Skip to content

Commit 0d68542

Browse files
committed
error if we cannot get error code
1 parent ababa11 commit 0d68542

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Scripts/Connection/RESTConnector.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,10 @@ private IEnumerator ProcessRequestQueue()
478478
break;
479479
}
480480
}
481+
else
482+
{
483+
bError = true;
484+
}
481485

482486
error = new Error()
483487
{

0 commit comments

Comments
 (0)