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