Merge pull request #12098 from overleaf/bg-fix-debug-history-script

fix incorrect log.op call in debug_history script

GitOrigin-RevId: 363fa9072493895003c8e506e6e2545ab5e89f00
This commit is contained in:
Brian Gough 2023-03-03 17:53:05 +00:00 committed by Copybot
parent 61e8dba859
commit 38973fb971

View file

@ -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 {