Dans message, Uncaught exception -> exception (plus PC)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4073 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
a43607ad5c
commit
e79a1b8571
|
@ -203,7 +203,7 @@ let print_out_exception ppf exn outv =
|
|||
| Stack_overflow ->
|
||||
fprintf ppf "Stack overflow during evaluation (looping recursion?).@."
|
||||
| _ ->
|
||||
fprintf ppf "@[Uncaught exception:@ %a.@]@." !print_out_value outv
|
||||
fprintf ppf "@[Exception:@ %a.@]@." !print_out_value outv
|
||||
|
||||
let print_exception_outcome ppf exn =
|
||||
if exn = Out_of_memory then Gc.full_major ();
|
||||
|
|
Loading…
Reference in New Issue