Update FileEventMonitor.cs

This commit is contained in:
Namhyeon Go 2024-08-12 13:15:23 +09:00
parent 0c03995f43
commit e8ba073de2

View File

@ -95,7 +95,6 @@ namespace WelsonJS.Service
catch (Exception ex)
{
parent.Log($"Exception (FileEventMonitor): {ex.Message}");
Stop();
}
}