mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-29 13:23:53 +08:00
Remove empty line also for event handlers
This commit is contained in:
parent
71a2337c5f
commit
e723f02aa7
|
@ -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);
|
const event_block_t *eb = static_cast<const event_block_t *>(b);
|
||||||
wcstring description = event_get_desc(eb->event);
|
wcstring description = event_get_desc(eb->event);
|
||||||
append_format(*buff, _(L"in event handler: %ls\n"), description.c_str());
|
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.
|
// Stop recursing at event handler. No reason to believe that any other code is relevant.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue
Block a user