Skip to content

Commit

Permalink
Merge pull request #8784 from elbrujohalcon/elbrujohalcon.minimal.patch
Browse files Browse the repository at this point in the history
Add missing newline at the end of the slogan for Ctrl-c A
  • Loading branch information
jhogberg authored Sep 11, 2024
2 parents 7ce0bde + 1f65964 commit 65ec452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erts/emulator/beam/break.c
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ do_break(void)
*/
erts_exit(0, "");
case 'A': /* Halt generating crash dump */
erts_exit(ERTS_ERROR_EXIT, "Crash dump requested by user");
erts_exit(ERTS_ERROR_EXIT, "Crash dump requested by user\n");
case 'c':
return;
case 'p':
Expand Down

0 comments on commit 65ec452

Please sign in to comment.