Fix missing Debug module headers from exception helper folder
This commit is contained in:
@@ -32,6 +32,6 @@ public class Debug : EngineModule
|
||||
/// <inheritdoc />
|
||||
public override void GetFilesToDeploy(List<string> files)
|
||||
{
|
||||
files.AddRange(Directory.GetFiles(FolderPath, "*.h", SearchOption.TopDirectoryOnly));
|
||||
files.AddRange(Directory.GetFiles(FolderPath, "*.h", SearchOption.AllDirectories));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user