mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
updated exception logging.
This commit is contained in:
@@ -255,11 +255,6 @@ namespace Exceptron.Client
|
||||
|
||||
var fileName = frame.GetFileName();
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(fileName))
|
||||
{
|
||||
fileName = new FileInfo(fileName).Name;
|
||||
}
|
||||
|
||||
var currentFrame = new Frame
|
||||
{
|
||||
i = index,
|
||||
|
Reference in New Issue
Block a user