better error reporting when the operational transform fails to parse JSON

pull/1/head
ansuz 2016-03-22 10:19:13 +01:00
parent 79a9998b13
commit 0c6222b5f9
1 changed files with 6 additions and 1 deletions

View File

@ -12,7 +12,12 @@ define([
JSON.parse(text3);
return resultOp;
} catch (e) {
console.log(e);
console.error(e);
console.log({
resultOp: resultOp,
text2: text2,
text3: text3
});
}
// returning **null** breaks out of the loop