mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-14 18:04:16 +00:00
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:
parent
61e8dba859
commit
38973fb971
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue