chore: check before sync linked albums from websocket events (#21941)

This commit is contained in:
Alex 2025-09-14 02:08:41 -05:00 committed by GitHub
parent a122d4b969
commit 71e33e35dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 23 additions and 7 deletions

View file

@ -84,7 +84,7 @@ Cancelable<T?> runInIsolateGentle<T>({
return null;
},
(error, stack) {
dPrint(() => "Error in isolate zone: $error, $stack");
dPrint(() => "Error in isolate $debugLabel zone: $error, $stack");
},
);
return null;