mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
updated package.bat to not include the automation folder.
This commit is contained in:
@@ -65,7 +65,7 @@ namespace NzbDrone.Common
|
||||
report.Stack = logEvent.Exception.StackTrace;
|
||||
report.ExceptionMessage = logEvent.Exception.Message;
|
||||
report.Logger = logEvent.LoggerName;
|
||||
report.Type = logEvent.Exception.GetType().Name;
|
||||
report.Type = logEvent.Exception.GetType().FullName;
|
||||
|
||||
RestProvider.PostData(EXCEPTION_URL, report);
|
||||
}
|
||||
|
Reference in New Issue
Block a user