JSDOC/DocTag.js
[gnome.introspection-doc-generator] / JSDOC / DocTag.js
index ffa343b..6b69d44 100644 (file)
@@ -58,7 +58,10 @@ DocTag = XObject.define(
                     case 'boolean':                    
                         ret[i] = this[i]; continue;
                     default:
-                        print("unknown type:" + typeof(this[i]));
+                        
+                        print("unknown type: (" + i + ")"  + typeof(this[i]));
+                        this.toJSON = null;q
+                        print(JSON.stringify(this));;
                         Seed.quit();
                    }
             }