Fix crash.

This commit is contained in:
2017-01-31 17:08:24 -08:00
parent 9cd6678114
commit 3166c08893
1 changed files with 4 additions and 0 deletions

View File

@ -463,6 +463,10 @@ namespace FileWatcher
{
return;
}
catch (DirectoryNotFoundException)
{
return;
}
if (m_Timer.Enabled == false || Settings.restartDelayCB.Checked)
{