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

index 93297e3..e0bc0da 100644 (file)
@@ -60,7 +60,7 @@ DocTag = XObject.define(
                     default:
                         
                         print("unknown type:" + typeof(this[i]));
                     default:
                         
                         print("unknown type:" + typeof(this[i]));
-                        print(this);
+                        print(JSON.stringify(this));;
                         Seed.quit();
                    }
             }
                         Seed.quit();
                    }
             }