We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64565f commit 91980b5Copy full SHA for 91980b5
Analyzer/AnalyzerTool.cs
@@ -46,7 +46,7 @@ public int Analyze(string path, string databaseName, string searchPattern, bool
46
47
Console.Write($"\rProcessing {i * 100 / files.Length}% ({i}/{files.Length}) {file}");
48
49
- writer.WriteSerializedFile(serializedFileName, Path.GetDirectoryName(file) + Path.DirectorySeparatorChar);
+ writer.WriteSerializedFile(serializedFileName, path.TrimEnd(Path.DirectorySeparatorChar) + Path.DirectorySeparatorChar);
50
}
51
52
if (archive != null)
0 commit comments