JSDOC/DocTag.js
authorAlan Knowles <alan@roojs.com>
Mon, 11 May 2015 10:47:17 +0000 (18:47 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 11 May 2015 10:47:17 +0000 (18:47 +0800)
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();
                    }
             }