summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/uncron.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uncron.ml b/src/uncron.ml
index 7040774..9fb891f 100644
--- a/src/uncron.ml
+++ b/src/uncron.ml
@@ -3,6 +3,8 @@
Build with: ocamlfind ocamlopt -package lwt,lwt.unix,lwt_ppx,logs,logs.lwt -linkpkg -o uncron ./uncron.ml
*)
+let () = Printexc.record_backtrace true
+
open Lwt
(* Queue *)