diff --git a/services/web/scripts/history/debug_history.js b/services/web/scripts/history/debug_history.js index 4dfebd9df5..adddf85122 100644 --- a/services/web/scripts/history/debug_history.js +++ b/services/web/scripts/history/debug_history.js @@ -252,7 +252,7 @@ async function rewindDoc(projectId, docId) { for (let i = update.op.length - 1; i >= 0; i--) { const op = update.op[i] if (op.broken === true) { - log.op('skipped', op) + log.op('skipped', content, op) continue } try {