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 73f9905 commit be17df2Copy full SHA for be17df2
Source/ModuleManager/ModuleManager.cs
@@ -459,7 +459,7 @@ public static void OutputAllConfigs()
459
Log("Exception {0}, while cleaning the export dir!", e);
460
}
461
462
- static void WriteDirectoryRecursive(UrlDir currentDir, string dirPath)
+ void WriteDirectoryRecursive(UrlDir currentDir, string dirPath)
463
{
464
if (currentDir.files.Count > 0) Directory.CreateDirectory(dirPath);
465
0 commit comments