From 440f74b2c104e050a4ec502403dc68192759f020 Mon Sep 17 00:00:00 2001 From: webzwo0i Date: Sun, 15 Feb 2015 15:47:45 +0100 Subject: [PATCH] we do not have the text/padid, but at least we can print the changeset --- 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 93a7c5581..6ccfe70f3 100644 --- a/src/static/js/Changeset.js +++ b/src/static/js/Changeset.js @@ -1239,7 +1239,7 @@ exports.mutateAttributionLines = function (cs, lines, pool) { } } - exports.assert(!lineAssem, "line assembler not finished"); + exports.assert(!lineAssem, "line assembler not finished:"+cs); mut.close(); //dmesg("-> "+lines.toSource());