Remove the "no issues detected" from error message (#858)
This commit is contained in:
Родитель
ff9d57a944
Коммит
f401c4ed6c
|
@ -584,7 +584,6 @@ namespace Diagnostics.RuntimeHost.Controllers
|
|||
}
|
||||
}
|
||||
response.TotalInsightsFound = detectorInsights.Count;
|
||||
response.ErrorMessage = detectorInsights.Count > 0 ? null : "No issues were detected by the diagnostics system.";
|
||||
response.Insights = detectorInsights;
|
||||
}
|
||||
else
|
||||
|
|
Загрузка…
Ссылка в новой задаче