summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorwebzwo0i <webzwo0i@c3d2.de>2015-02-15 15:27:27 +0100
committerwebzwo0i <webzwo0i@c3d2.de>2015-02-15 15:27:27 +0100
commitb9dd983f810455639e7b4d17f1327c329af8d9b8 (patch)
treef9a33b86b4b7492f44302dbfd6b89aa474736c1c /src
parentc6ef7f4867608706849ce57a211ccc63b52b6f5e (diff)
downloadetherpad-lite-b9dd983f810455639e7b4d17f1327c329af8d9b8.zip
print the actual text...
Diffstat (limited to 'src')
-rw-r--r--src/static/js/Changeset.js2
1 files changed, 1 insertions, 1 deletions
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],