Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed May 29, 2024
1 parent 24f8a11 commit 26431f5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@ public static unsafe partial class Bindings
try
{
var doc = ReaderUtils2.Read(param_string.ToSpan(p_xml_content));
doc.LoadXml(new string(param_string.ToSpan(p_xml_content)));

var module = ModuleInfoExtended.FromXml(doc);
var result = new ModuleInfoExtendedWithMetadata(module, Enum.TryParse<ModuleProviderType>(new string(param_string.ToSpan(p_module_provider)), out var e) ? e : ModuleProviderType.Default, new string(param_string.ToSpan(p_path)));
Expand Down

0 comments on commit 26431f5

Please sign in to comment.