mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-25 07:25:22 -07:00
Add: Show error if deletion of Schedules.db file fails.
This commit is contained in:
parent
64d68f0d92
commit
7750fa50cf
1 changed files with 2 additions and 1 deletions
|
@ -168,8 +168,9 @@ namespace Ombi
|
|||
File.Delete("Schedules.db");
|
||||
}
|
||||
}
|
||||
catch (Exception)
|
||||
catch (Exception e)
|
||||
{
|
||||
_log.LogError(e.ToString());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue