X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FmatitaEngine.ml;h=8772fd03bb0ee35ca47d57b89d49d8cdbe536a5b;hb=13ee180b4b982b7a150e8d727ed4b83813ac3fa2;hp=5f8a1b7a7e6cc74d9d074a5f3d1d8aacf0d95762;hpb=5c1b44dfefa085fbb56e23047652d3650be9d855;p=helm.git diff --git a/helm/software/matita/matitaEngine.ml b/helm/software/matita/matitaEngine.ml index 5f8a1b7a7..8772fd03b 100644 --- a/helm/software/matita/matitaEngine.ml +++ b/helm/software/matita/matitaEngine.ml @@ -154,7 +154,7 @@ let eval_from_stream ~first_statement_only ~include_paths in watch_statuses lexicon_status grafite_status ; false, lexicon_status, grafite_status, (new_statuses @ statuses)) - with exn -> + with exn when (not (Helm_registry.get_bool "matita.debug")) -> raise (EnrichedWithLexiconStatus (exn, lexicon_status)) in if stop then s else loop l g s