Formatting

This commit is contained in:
Andras Schmelczer 2025-11-23 10:42:34 +00:00
parent 71274d466c
commit 4186aa9e0c
2 changed files with 12 additions and 14 deletions

View file

@ -1,6 +1,6 @@
export class SyncResetError extends Error {
public constructor() {
super("Sync was reset");
super("SyncClient has been reset, cleaning up");
this.name = "SyncResetError";
}
}