Remove empty line also for event handlers

This commit is contained in:
Fabian Homborg 2019-03-26 17:10:45 +01:00
parent 71a2337c5f
commit e723f02aa7

View File

@ -355,7 +355,6 @@ void parser_t::stack_trace_internal(size_t block_idx, wcstring *buff) const {
const event_block_t *eb = static_cast<const event_block_t *>(b);
wcstring description = event_get_desc(eb->event);
append_format(*buff, _(L"in event handler: %ls\n"), description.c_str());
buff->append(L"\n");
// Stop recursing at event handler. No reason to believe that any other code is relevant.
//