mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-19 03:28:35 -05:00
update the project files even though the culprit was actually the publish file
This commit is contained in:
@ -80,7 +80,7 @@ namespace IW4MAdmin.Application
|
||||
{
|
||||
Console.WriteLine(LogLine);
|
||||
}
|
||||
await File.AppendAllTextAsync(FileName, $"{LogLine}{Environment.NewLine}");
|
||||
File.AppendAllText(FileName, $"{LogLine}{Environment.NewLine}");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user