Update ProjectManager error message
This commit is contained in:
parent
9f8906fdac
commit
4dff646f5d
2 changed files with 3 additions and 3 deletions
|
@ -122,7 +122,7 @@ namespace Microsoft.DotNet.ProjectModel.Server
|
|||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
_log.LogError("Error occurs: {0}", ex.ToString());
|
||||
_log.LogError("A unexpected exception occurred: {0}", ex.ToString());
|
||||
|
||||
var error = new ErrorMessage
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue