2003/11/28 03:26:55
[org.ibex.core.git] / src / org / xwt / Scheduler.java
index 79fba3c..cecdee8 100644 (file)
@@ -40,8 +40,9 @@ public class Scheduler {
                 t.perform();
                 // FEATURE: be smarter about this
                 Surface.renderAll();
+            } catch (JSExn e) {
+                Log.log(Scheduler.class, e.toString());
             } catch (Exception e) {
-                Log.log(Scheduler.class, "Task threw an exception: " + e);
                 Log.log(Scheduler.class, e);
             }
         }