script update

This commit is contained in:
Frank Skare
2021-07-01 14:16:05 +02:00
parent 376f8226ab
commit 3520ce6a3f
5 changed files with 42 additions and 26 deletions

View File

@@ -58,7 +58,7 @@ namespace mpvnet
Pipeline.Output.DataReady += Output_DataReady;
Pipeline.Error.DataReady += Error_DataReady;
}
return Pipeline.Invoke();
}
catch (RuntimeException e)