mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Prevent duplication of ErrorManager and TraceSettings handlers
This commit is contained in:
@@ -288,6 +288,8 @@ public class Disassembler
|
||||
public string Write()
|
||||
{
|
||||
_loadResult.FullLoad();
|
||||
if (_loadResult.Status == LoadResultStatus.Error)
|
||||
throw new Exception($"Failed to load '{_loadResult.ErrorContextUri}'");
|
||||
|
||||
List<IEnumerable<IBodyItem>> segments = [
|
||||
GetExports(),
|
||||
|
||||
Reference in New Issue
Block a user