We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ad104 commit cef9fe1Copy full SHA for cef9fe1
refinery/units/formats/exe/vstack.py
@@ -570,8 +570,8 @@ def process(self, data: Chunk):
570
emu.base_exe_to_emu(cursor.start),
571
emu.base_exe_to_emu(cursor.stop),
572
)
573
- except EmulationError:
574
- pass
+ except EmulationError as e:
+ self.log_info(F'emulation halted with error: {e!s}')
575
576
for patch, api in state.synthesized.items():
577
chunk = self.labelled(patch, src=api)
0 commit comments