Fix crash.
This commit is contained in:
parent
9cd6678114
commit
3166c08893
1 changed files with 4 additions and 0 deletions
|
@ -463,6 +463,10 @@ namespace FileWatcher
|
|||
{
|
||||
return;
|
||||
}
|
||||
catch (DirectoryNotFoundException)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (m_Timer.Enabled == false || Settings.restartDelayCB.Checked)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue