tools/build_gtk_tree.js
[app.Builder.js] / tools / build_gtk_tree.js
index 2275f78..f549de1 100644 (file)
@@ -299,7 +299,7 @@ function BuildLists () {
             var x = new imports.gi[ns][cls]();
         } catch(e) {
             print("TRY ctor:  " + parent );
-            print(e.toString());
+            print(JSON.stringify(e));
             return false;
         }