JSDOC/Symbol.js
[gnome.introspection-doc-generator] / JSDOC / Symbol.js
index 7ddeae1..7385547 100644 (file)
@@ -109,8 +109,9 @@ Symbol = XObject.define(
                     case 'boolean':
                         ret[i] = this[i]; continue;
                     default:
-                        print(this);
+                        
                         print("unknown type:" + typeof(this[i]));
+                        print(JSON.stringify(this));
                         Seed.quit();
                    }
             }