mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-01-28 22:01:55 +00:00
Fix tests
This commit is contained in:
@@ -25,7 +25,14 @@ public static class ExportWrapper
|
||||
|
||||
static ExportWrapper()
|
||||
{
|
||||
Directory.Delete(DirPath, true);
|
||||
try
|
||||
{
|
||||
Directory.Delete(DirPath, true);
|
||||
}
|
||||
catch (DirectoryNotFoundException)
|
||||
{
|
||||
}
|
||||
|
||||
Directory.CreateDirectory(DirPath);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user