mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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:
parent
b43a3a6861
commit
89268bee2c
1 changed files with 1 additions and 1 deletions
|
@ -663,7 +663,7 @@ export default Document = (function () {
|
||||||
op,
|
op,
|
||||||
})
|
})
|
||||||
this.trigger('op:timeout')
|
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) => {
|
this.doc.on('flush', (inflightOp, pendingOp, version) => {
|
||||||
return this.ide.pushEvent('flush', {
|
return this.ide.pushEvent('flush', {
|
||||||
|
|
Loading…
Reference in a new issue