Commit 869d3a53 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

make the global CatchAndAbortException handler more verbose

parent e877cb7e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ static void globalEHandler() {
      rte.debugPrint();
      exit(1);
    } catch (...) {
      fprintf(stderr, "foreign exception: %s\n", e.what());
      /* fallthrough */
    }
  } catch (...) {