mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 23:59:01 +02: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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user