print the actual text...

This commit is contained in:
webzwo0i 2015-02-15 15:27:27 +01:00
parent c6ef7f4867
commit b9dd983f81

View file

@ -1620,7 +1620,7 @@ exports.makeAText = function (text, attribs) {
exports.applyToAText = function (cs, atext, pool) {
var text = exports.applyToText(cs, atext.text)
if(text[1]){
throw new Error("newline count is wrong, cs:"+cs+" and text:"+atext)
throw new Error("newline count is wrong, cs:"+cs+" and text:"+atext.text)
}
return {
text: text[0],