From 505b4679b70f023bec67b9283239d4993521a04d Mon Sep 17 00:00:00 2001 From: Buddhika Chathuranga Date: Fri, 29 May 2020 17:11:06 +0530 Subject: [PATCH] Remove rethrow --- src/Core/WinSWCore/ServiceDescriptor.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Core/WinSWCore/ServiceDescriptor.cs b/src/Core/WinSWCore/ServiceDescriptor.cs index f6f28d6..c21865c 100755 --- a/src/Core/WinSWCore/ServiceDescriptor.cs +++ b/src/Core/WinSWCore/ServiceDescriptor.cs @@ -79,10 +79,6 @@ namespace winsw { throw new InvalidDataException(e.Message, e); } - catch (FileNotFoundException e) - { - throw e; - } // register the base directory as environment variable so that future expansions can refer to this. Environment.SetEnvironmentVariable("BASE", d.FullName);