mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-04-18 12:12:53 +00:00
Have exception dump all info
This commit is contained in:
@@ -56,7 +56,7 @@ namespace Test
|
||||
{
|
||||
using (StreamWriter sw = new StreamWriter(File.OpenWrite($"{DateTime.Now:yyyy-MM-dd_HHmmss}-exception.txt")))
|
||||
{
|
||||
sw.WriteLine(ex.Message);
|
||||
sw.WriteLine(ex);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user