mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
parent
594dde2647
commit
a94a893d5e
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ namespace Microsoft.ML.OnnxRuntime
|
|||
catch (Exception e)
|
||||
{
|
||||
options.Dispose();
|
||||
throw;
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue