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', {