From 3166c0889374765e171497016be7d7ecceb0c933 Mon Sep 17 00:00:00 2001 From: Date: Tue, 31 Jan 2017 17:08:24 -0800 Subject: [PATCH] Fix crash. --- code/src/FileGroupTab.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/src/FileGroupTab.cs b/code/src/FileGroupTab.cs index c204476..206e311 100644 --- a/code/src/FileGroupTab.cs +++ b/code/src/FileGroupTab.cs @@ -463,6 +463,10 @@ namespace FileWatcher { return; } + catch (DirectoryNotFoundException) + { + return; + } if (m_Timer.Enabled == false || Settings.restartDelayCB.Checked) {