mirror of
https://github.com/netchx/netch.git
synced 2026-05-09 22:54:03 +08:00
Revert NatTest Monitor lock
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user