2002/10/04 02:09:25
[org.ibex.core.git] / src / org / xwt / Proxy.java
index 83950aa..632034e 100644 (file)
@@ -126,13 +126,13 @@ public class Proxy {
                 if (e instanceof EcmaError) Log.log(HTTP.class, ((EcmaError)e).getMessage() + " at " +
                                                     ((EcmaError)e).getSourceName() + ":" + ((EcmaError)e).getLineNumber());
                 else if (e instanceof JavaScriptException) {
-                   try {
-                       XWT.recursivePrintObject.call(Context.enter(), null, null, new Object[] {
-                           ((JavaScriptException)e).getValue() });
-                   } catch (Exception e2) {
-                       Log.log(Platform.class, e);
-                   }
-               }
+            try {
+            XWT.recursivePrintObject.call(Context.enter(), null, null, new Object[] {
+                ((JavaScriptException)e).getValue() });
+            } catch (Exception e2) {
+            Log.log(Platform.class, e);
+            }
+        }
                 else Log.log(Platform.class, e);
             }
             return null;