Merged master

This commit is contained in:
github-actions[bot] 2023-11-09 13:22:37 +00:00 committed by GitHub
commit 04169aea6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,14 +14,6 @@ class ModPreprocessorDefine
{ {
public static void DoSomething() public static void DoSomething()
{ {
// Redirect console output to a file
var originalConsoleOut = Console.Out;
// Print some debug information
Console.WriteLine($"Working Directory: {Environment.CurrentDirectory}");
Console.WriteLine($"Output File Path: {outputPath}");
Console.Out.Flush();
// Define the path to the PreprocessorDefine.cs file // Define the path to the PreprocessorDefine.cs file
string filePath = "Assets/Mirror/CompilerSymbols/PreprocessorDefine.cs"; string filePath = "Assets/Mirror/CompilerSymbols/PreprocessorDefine.cs";