Wrong error message being displayed in UI

This commit is contained in:
Adam Hathcock
2025-04-22 10:13:59 +01:00
parent 11cd2dc1cb
commit 1c8b2b82d7
@@ -146,7 +146,7 @@ public sealed class ObjectLoader(
cancellationToken.ThrowIfCancellationRequested();
if (Exception is not null)
{
throw new SpeckleException("Error while sending", Exception);
throw new SpeckleException("Error while loading", Exception);
}
}
}