mirror of https://github.com/winsw/winsw
Remove rethrow
parent
0c78c5eed3
commit
505b4679b7
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue