refactor(platform): bound lab canon and contour identity
This commit is contained in:
@@ -48,7 +48,11 @@ export function useWorkerTelemetry(
|
||||
setError(null);
|
||||
} catch (reason: unknown) {
|
||||
if (controller.signal.aborted) return;
|
||||
setError(reason instanceof Error ? reason.message : "Worker 006 не ответил.");
|
||||
setError(
|
||||
reason instanceof Error
|
||||
? reason.message
|
||||
: "Вычислительный контур не ответил.",
|
||||
);
|
||||
} finally {
|
||||
if (!controller.signal.aborted) setLoading(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user