append errors to output buffer
Dependencies
- [2]
HVXZLNCCsend errors from event handlers to output editor
Change contents
- replacement in 0102-send_errors_to_output at line 4
Text.insert_text(Current_pane.output_editor_state, error_with_callstack)table.insert(Current_pane.output_editor_state.lines, {data=''})Current_pane.output_editor_state.cursor1 = {line=#Current_pane.output_editor_state.lines, pos=1} - edit in 0102-send_errors_to_output at line 7
Text.insert_text(Current_pane.output_editor_state, error_with_callstack)