mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 12:01:32 +02:00
Merge pull request #6485 from overleaf/bg-remove-op-from-timeout-error
[web] remove unnecessary content from timeout errors GitOrigin-RevId: c4913956e6f990afbd4c8f225c6d7c51e6d77e75
This commit is contained in:
@@ -663,7 +663,7 @@ export default Document = (function () {
|
||||
op,
|
||||
})
|
||||
this.trigger('op:timeout')
|
||||
return this._onError(new Error('op timed out'), { op })
|
||||
return this._onError(new Error('op timed out'))
|
||||
})
|
||||
this.doc.on('flush', (inflightOp, pendingOp, version) => {
|
||||
return this.ide.pushEvent('flush', {
|
||||
|
||||
Reference in New Issue
Block a user