Fix crash.
This commit is contained in:
parent
9cd6678114
commit
3166c08893
|
@ -463,6 +463,10 @@ namespace FileWatcher
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
catch (DirectoryNotFoundException)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (m_Timer.Enabled == false || Settings.restartDelayCB.Checked)
|
if (m_Timer.Enabled == false || Settings.restartDelayCB.Checked)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue