Funktion für unified diff zweier Objekte/Strings in Debugausgabe
[kivitendo-erp.git] / SL / Dispatcher.pm
index 9c9e605..cb63532 100644 (file)
@@ -227,6 +227,7 @@ sub handle_request {
     1;
   } or do {
     if ($EVAL_ERROR ne END_OF_REQUEST) {
+      print STDERR $EVAL_ERROR;
       $::form->{label_error} = $::cgi->pre($EVAL_ERROR);
       eval { show_error('generic/error') };
     }