(params: SessionCompleteParams = {})
| 885 | } |
| 886 | |
| 887 | async safeComplete(params: SessionCompleteParams = {}): Promise<void> { |
| 888 | return this.runCompletionAttempt('complete', () => this._safeCompleteImpl(params)) |
| 889 | } |
| 890 | |
| 891 | private async _safeCompleteImpl(params: SessionCompleteParams = {}): Promise<void> { |
| 892 | try { |
no test coverage detected