fix mistake of rethrowing exception (which loses call stack) to just throw (which does not)
This commit is contained in:
@@ -34,7 +34,7 @@ namespace AyaNova.Util
|
||||
{
|
||||
log.LogError(ex, $"RunProgram error running command:{cmd} {arguments}");
|
||||
}
|
||||
throw ex;
|
||||
throw;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user