Fix crash.

This commit is contained in:
2017-01-31 17:08:24 -08:00
parent 9cd6678114
commit 3166c08893

View file

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