This commit is contained in:
2026-03-10 15:43:27 +08:00
parent c65c35e26d
commit 3689739589
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -664,7 +664,7 @@ namespace ExcelTool.Parser
}
catch (Exception ex)
{
ConsoleHelper.WriteErrorLine(ex.ToString());
ex.ToString().WriteErrorLine();
return false;
}
}