From d195b5c2107072187eba8ba3dfe0cc60aa607de8 Mon Sep 17 00:00:00 2001 From: Reece Browne <74901996+reecebrowne@users.noreply.github.com> Date: Fri, 5 Sep 2025 11:24:34 +0100 Subject: [PATCH] Update frontend/src/hooks/tools/shared/useToolOperation.ts Co-authored-by: James Brunton --- frontend/src/hooks/tools/shared/useToolOperation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/hooks/tools/shared/useToolOperation.ts b/frontend/src/hooks/tools/shared/useToolOperation.ts index 3cc24c30f..1c4f6c368 100644 --- a/frontend/src/hooks/tools/shared/useToolOperation.ts +++ b/frontend/src/hooks/tools/shared/useToolOperation.ts @@ -250,7 +250,7 @@ export const useToolOperation = ( inputFileIds.push(fileId); inputStirlingFileStubs.push(record); } else { - console.warn(`No file record found for file: ${file.name}`); + console.warn(`No file stub found for file: ${file.name}`); } }