From cd23c1e2079a1331fc0112cb285efb5e47d9e572 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Fri, 3 Mar 2023 17:53:05 +0000 Subject: [PATCH] Merge pull request #12098 from overleaf/bg-fix-debug-history-script fix incorrect log.op call in debug_history script GitOrigin-RevId: 363fa9072493895003c8e506e6e2545ab5e89f00 --- services/web/scripts/history/debug_history.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {