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