Decouple runtime info and dependencies info

This commit is contained in:
bao-qian
2017-04-01 13:02:07 +01:00
parent dcd27a5f7a
commit f62f15cea7
3 changed files with 11 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ namespace Wox
StringBuilder content = new StringBuilder();
content.AppendLine(ErrorReporting.RuntimeInfo());
content.AppendLine(ErrorReporting.DependenciesInfo());
content.AppendLine($"Date: {DateTime.Now.ToString(CultureInfo.InvariantCulture)}");
content.AppendLine("Exception:");
content.AppendLine(exception.Source);