again, ensure we get _some_ error message out on stack overflow
Dependencies
- [2]
HVXZLNCCsend errors from event handlers to output editor
Change contents
- edit in 0102-send_errors_to_output at line 2
if err:match('stack overflow') then-- do the bare minimum to maximize chances of showing an errortable.insert(Current_pane.output_editor_state.lines, {data=err})Current_pane.output_editor_state.cursor1 = {line=#Current_pane.output_editor_state.lines, pos=1}Text.redraw_all(Current_pane.output_editor_state)end