This PR adds a print to the term_handler so that when terminated in no-kill mode, bun prints the crash triggering inputs.
This partially fixes #8 for now.
I'll look into changing the exit status when crashes where actually found in that case next week but I'd love to hear your feedback on this in the meantime!
This PR adds a print to the
term_handler
so that when terminated inno-kill
mode,bun
prints the crash triggering inputs.This partially fixes #8 for now.
I'll look into changing the exit status when crashes where actually found in that case next week but I'd love to hear your feedback on this in the meantime!
It breaks the test but I'm unsure exactly why!