From 31648bbea973fdc4cf3ca0145ecd7a399cfce4e5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 11 May 2015 18:50:00 +0800 Subject: [PATCH] JSDOC/DocTag.js --- JSDOC/DocTag.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSDOC/DocTag.js b/JSDOC/DocTag.js index 011dcd6..6b69d44 100644 --- a/JSDOC/DocTag.js +++ b/JSDOC/DocTag.js @@ -59,8 +59,8 @@ DocTag = XObject.define( 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(); } -- 2.39.2