mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-02-20 21:36:49 +01:00
- added support for Toshiba "settingsDB.db" lists
This commit is contained in:
@@ -534,7 +534,8 @@ namespace ChanSort.Ui
|
||||
catch (Exception ex)
|
||||
{
|
||||
serializer?.Dispose();
|
||||
errorMsgs.AppendLine($"{plugin.DllName} ({plugin.PluginName}): {ex}\n\n");
|
||||
var errMsg = ex is FileLoadException ? ex.Message : ex.ToString(); // FileLoadExceptions are normal when a Loader does not support a file. No stack trace needed
|
||||
errorMsgs.AppendLine($"{plugin.DllName} ({plugin.PluginName}): {errMsg}\n\n");
|
||||
if (ex is ArgumentException)
|
||||
{
|
||||
var msg = ex.ToString();
|
||||
|
||||
Reference in New Issue
Block a user