XObject.js
authorAlan Knowles <alan@roojs.com>
Sun, 9 Dec 2012 10:44:44 +0000 (18:44 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 9 Dec 2012 10:44:44 +0000 (18:44 +0800)
XObject.js

index 6195243..0961910 100644 (file)
@@ -201,6 +201,7 @@ XObject.prototype = {
             try {
                 this.el = new (this.xtype)(this.config);
             } catch(e) {
+                print(JSON.stringify(e,null,4);
                 print(e.stack);
                  throw {
                     name: "ArgumentError",