JSDOC/DocTag.js
[gnome.introspection-doc-generator] / JSDOC / DocTag.js
index 93297e3..e0bc0da 100644 (file)
@@ -60,7 +60,7 @@ DocTag = XObject.define(
                     default:
                         
                         print("unknown type:" + typeof(this[i]));
-                        print(this);
+                        print(JSON.stringify(this));;
                         Seed.quit();
                    }
             }