Remove rethrow

pull/460/merge^2
Buddhika Chathuranga 2020-05-29 17:11:06 +05:30
parent 0c78c5eed3
commit 505b4679b7
1 changed files with 0 additions and 4 deletions

View File

@ -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);