Break handling

This commit is contained in:
Empathic Qubit 2021-11-24 20:52:56 +01:00
parent 8a9977219f
commit b378d8f519

View file

@ -325,7 +325,7 @@ function me.start(host, port, waitForConnection)
emu.addEventCallback(breakHandle, emu.eventType.codeBreak)
emu.breakExecution()
breakHandle()
end
return me
return me