mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: improve error message for interrupted tool processing
This commit is contained in:
@@ -261,7 +261,7 @@ export function useToolProcessor(toolId: string) {
|
||||
eventSourceRef.current.close();
|
||||
eventSourceRef.current = null;
|
||||
}
|
||||
setError("Network error - check your connection");
|
||||
setError("Processing was interrupted \u2014 retry when reconnected");
|
||||
setProcessing(false);
|
||||
setProgress(IDLE_PROGRESS);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user