Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
89fdf06187 |
@ -1311,12 +1311,6 @@ internal static partial class HelperMarkdown
|
||||
continue;
|
||||
WriteBlocks(logger, input, markdownFile, fileName, blocks.AsReadOnly());
|
||||
}
|
||||
string[] files = Directory.GetFiles(input.Destination, "*.json", SearchOption.TopDirectoryOnly);
|
||||
foreach (string file in files)
|
||||
{
|
||||
if (!fileNames.Contains(file))
|
||||
File.Delete(file);
|
||||
}
|
||||
}
|
||||
|
||||
private static ReadOnlyCollection<Table> GetTables(string[] lines)
|
||||
|
Reference in New Issue
Block a user