fixed nanogoat bug
[org.ibex.core.git] / src / org / ibex / Scheduler.java
index ec8253c..358a0f7 100644 (file)
@@ -84,6 +84,8 @@ public class Scheduler {
             } catch (Exception e) {
                 Log.info(Scheduler.class, "a Task threw an exception which was caught by the scheduler:");
                 Log.info(Scheduler.class, e);
+            } catch (Throwable t) {
+                t.printStackTrace();
             }
             // if an Error is thrown it will cause the engine to quit
         }