From 2dfdca63dfae6f198c7e581c201439883fd02f1b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 11 May 2015 18:47:17 +0800 Subject: [PATCH] JSDOC/DocTag.js --- JSDOC/DocTag.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/JSDOC/DocTag.js b/JSDOC/DocTag.js index ffa343b..93297e3 100644 --- a/JSDOC/DocTag.js +++ b/JSDOC/DocTag.js @@ -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(); } } -- 2.39.2