From b9dd983f810455639e7b4d17f1327c329af8d9b8 Mon Sep 17 00:00:00 2001 From: webzwo0i Date: Sun, 15 Feb 2015 15:27:27 +0100 Subject: [PATCH] print the actual text... --- src/static/js/Changeset.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/js/Changeset.js b/src/static/js/Changeset.js index 31b1323c..93a7c558 100644 --- a/src/static/js/Changeset.js +++ b/src/static/js/Changeset.js @@ -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],