mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 07:12:26 -08:00
fix bootstrap error printing in universal_error_handler.
Signed-off-by: Attila Lendvai <attila@lendvai.name>
This commit is contained in:
parent
25caf88a74
commit
15f3d7feab
1 changed files with 1 additions and 1 deletions
|
|
@ -454,7 +454,7 @@ universal_error_handler(cl_object continue_string, cl_object datum,
|
|||
writestr_stream("\n;;; Message:\n", stream);
|
||||
si_write_ugly_object(datum, stream);
|
||||
writestr_stream("\n;;; Arguments:\n", stream);
|
||||
si_write_ugly_object(datum, args);
|
||||
si_write_ugly_object(args, stream);
|
||||
ecl_bds_unwind_n(the_env, 5);
|
||||
}
|
||||
ABORT:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue