Update WebHost.cs (#986)
This commit is contained in:
parent
32bed162a8
commit
d5cbdb8ac6
|
|
@ -131,7 +131,6 @@ namespace Microsoft.AspNetCore.Hosting.Internal
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// REVIEW: Is this the right place to log these errors?
|
|
||||||
if (_hostingStartupErrors != null)
|
if (_hostingStartupErrors != null)
|
||||||
{
|
{
|
||||||
foreach (var exception in _hostingStartupErrors.InnerExceptions)
|
foreach (var exception in _hostingStartupErrors.InnerExceptions)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue