Skip to content

Commit

Permalink
Update src/MatrixClient.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Ferrazzutti <andrewf@element.io>
  • Loading branch information
Half-Shot and AndrewFerr authored Jun 29, 2023
1 parent 888c97d commit 7902671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MatrixClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,7 @@ export class MatrixClient extends EventEmitter {
} catch (e) {
// If we've requested to stop syncing, don't bother checking the error.
if (this.stopSyncing) {
LogService.info("MatrixClientLite", "Client stop requested - cancelling sync");
return;
}
LogService.error("MatrixClientLite", "Error handling sync " + extractRequestError(e));
Expand Down

0 comments on commit 7902671

Please sign in to comment.