This commit is contained in:
CortexCore
2024-06-12 17:38:05 +08:00
parent dab0eec438
commit b3996f7bf3
2 changed files with 15 additions and 15 deletions

View File

@@ -262,7 +262,7 @@ namespace BITKit.Net
}
catch (Exception e)
{
BIT4Log.LogException(e);
//BIT4Log.LogException(e);
returnWriter.Write(false);
returnWriter.Write(e.Message);
}