diff --git a/TessesDedup/Client.cs b/TessesDedup/Client.cs index d471103..3d82481 100644 --- a/TessesDedup/Client.cs +++ b/TessesDedup/Client.cs @@ -167,6 +167,7 @@ namespace TessesDedup entry.Entries.Add(await BackupPathAsync(authkey,fs,ent,token)); }catch(Exception ex) { + _=ex; if(!IgnoreErrors) throw; }