mirror of
https://github.com/immich-app/immich.git
synced 2025-12-04 05:39:46 +09:00
chore: check before sync linked albums from websocket events (#21941)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user