From 89268bee2c470b27ba0c75117faacd4801122604 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Wed, 26 Jan 2022 10:26:53 +0000 Subject: [PATCH] Merge pull request #6485 from overleaf/bg-remove-op-from-timeout-error [web] remove unnecessary content from timeout errors GitOrigin-RevId: c4913956e6f990afbd4c8f225c6d7c51e6d77e75 --- services/web/frontend/js/ide/editor/Document.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/js/ide/editor/Document.js b/services/web/frontend/js/ide/editor/Document.js index 61014ec733..f85193d178 100644 --- a/services/web/frontend/js/ide/editor/Document.js +++ b/services/web/frontend/js/ide/editor/Document.js @@ -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', {