mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
fixed exceptron file name in stacktrace.
This commit is contained in:
parent
c4badd72bd
commit
8467349305
2 changed files with 14 additions and 2 deletions
|
@ -21,5 +21,10 @@ namespace Exceptron.Client.Message
|
|||
/// Class name for current frame
|
||||
/// </summary>
|
||||
public string c { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// File name for current frame
|
||||
/// </summary>
|
||||
public string fn { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue