Skip to content

Commit

Permalink
Add connecting to SyncStatus.toString.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Jan 3, 2024
1 parent f354808 commit d47673b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/powersync/lib/src/sync_status.dart
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class SyncStatus {

@override
String toString() {
return "SyncStatus<connected: $connected downloading: $downloading uploading: $uploading lastSyncedAt: $lastSyncedAt error: $anyError>";
return "SyncStatus<connected: $connected connecting: $connecting downloading: $downloading uploading: $uploading lastSyncedAt: $lastSyncedAt error: $anyError>";
}
}

Expand Down

0 comments on commit d47673b

Please sign in to comment.