X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=9099c4121c6d3282a15d1921b7776b875456c7cb;hp=eeb6c48ae28da9e767315f6565cbeef00814d981;hb=5f17f277246be35abcb592ae3bb46fad92e3b40b;hpb=a47776c300f55723476f7bf4423e7da82d3dfc86 diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index eeb6c48..9099c41 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -738,6 +738,7 @@ ScopeParser.prototype = { // any conflict with other munged symbols. this.globalScope.declareIdentifier(symbol, token); this.warn("Found an undeclared symbol: " + symbol + ' (line:' + token.line + ')', true); + print("Found an undeclared symbol: " + symbol + ' (line:' + token.line + ')', true); } else { print("undeclared:" + token.toString()) }