Browse Source

Print the diagnostic message and not the diagnostic class.

pull/1/head
triton 13 years ago
parent
commit
53460027aa
  1. 2
      src/Generator/Driver.cs

2
src/Generator/Driver.cs

@ -65,7 +65,7 @@ namespace Cxxi @@ -65,7 +65,7 @@ namespace Cxxi
}
foreach (var diag in result.Diagnostics)
Console.WriteLine(" {0}", diag);
Console.WriteLine(" {0}", diag.Message);
}
public void ParseCode()

Loading…
Cancel
Save