mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore: check before sync linked albums from websocket events (#21941)
This commit is contained in:
parent
a122d4b969
commit
71e33e35dc
3 changed files with 23 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue