JSDOC/DocTag.js
authorAlan Knowles <alan@roojs.com>
Mon, 11 May 2015 10:50:00 +0000 (18:50 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 11 May 2015 10:50:00 +0000 (18:50 +0800)
JSDOC/DocTag.js

index 011dcd6..6b69d44 100644 (file)
@@ -59,8 +59,8 @@ DocTag = XObject.define(
                         ret[i] = this[i]; continue;
                     default:
                         
                         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();
                    }
                         print(JSON.stringify(this));;
                         Seed.quit();
                    }