Skip to content

Commit

Permalink
Added missing list add Roslyn errors
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Dec 23, 2017
1 parent 7971e9d commit 3d283b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Cake/Scripting/Roslyn/RoslynScriptSession.cs
Expand Up @@ -110,6 +110,7 @@ public void Execute(Script script)
break;
case DiagnosticSeverity.Error:
_log.Error(diagnostic.ToString());
errors.Add(diagnostic);
break;
default:
break;
Expand Down

0 comments on commit 3d283b4

Please sign in to comment.