Revert NatTest Monitor lock

This commit is contained in:
ChsBuffer
2021-05-28 14:51:30 +08:00
parent 4af18025a7
commit 86b1741dd0
2 changed files with 7 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ namespace Netch.Controllers
try
{
File.WriteAllText(Path.Combine(Global.NetchDir, $"logging\\{Name}.log"), $"{output}\r\n{error}");
await File.WriteAllTextAsync(Path.Combine(Global.NetchDir, $"logging\\{Name}.log"), $"{output}\r\n{error}");
}
catch (Exception e)
{