138139140141142143144145146147148
msg = x.toString(); } retval.put("error", retval, msg); Application app = RhinoCore.getCore().getApplication(); app.logError(msg, x); } return retval; }