Skip to content

print last effective entry of the event loop if the not the very last of the slice

Patrick Louis S Connor requested to merge feature/Looper into master

Until now, in case of an exception thrown during the event loop, the entry number was not provided. I have now added a destructor to Darwin::Tools::Looper to print the last entry if it is not the last entry of the slice. I have also tested that it works correctly.

Merge request reports