2002/03/21 21:11:52
[org.ibex.core.git] / src / org / mozilla / javascript / Delegator.java
index d3e9306..33fb382 100644 (file)
@@ -239,7 +239,8 @@ public class Delegator implements Function {
             }\r
             catch (Exception e) {\r
                 e.printStackTrace();\r
-                System.exit(0);\r
+                throw new Error("exception in org.mozilla.javascript.Delegator.construct()");\r
+                //System.exit(0);\r
             }\r
             return null;\r
         }\r