mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-19 00:51:30 -07:00
fix build error
This commit is contained in:
parent
90316ae4e7
commit
2877be889c
@ -92,8 +92,8 @@ namespace Bloxstrap.Utility
|
||||
|
||||
if (response.State == "Pending")
|
||||
App.Logger.WriteLine(LOG_IDENT, $"{response.TargetId} is still pending");
|
||||
else if (item.State == "Error")
|
||||
App.Logger.WriteLine(LOG_IDENT, $"{item.TargetId} got error code {item.ErrorCode} ({item.ErrorMessage})");
|
||||
else if (response.State == "Error")
|
||||
App.Logger.WriteLine(LOG_IDENT, $"{response.TargetId} got error code {response.ErrorCode} ({response.ErrorMessage})");
|
||||
else if (response.State != "Completed")
|
||||
App.Logger.WriteLine(LOG_IDENT, $"{response.TargetId} got \"{response.State}\"");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user