From f42b7508736f5a0957ad9fe069c26cf62de0a8d8 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Sat, 3 Jun 2023 14:20:21 -0400 Subject: error handling and step retry --- extension/react-app/src/hooks/useContinueGUIProtocol.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extension/react-app/src/hooks') diff --git a/extension/react-app/src/hooks/useContinueGUIProtocol.ts b/extension/react-app/src/hooks/useContinueGUIProtocol.ts index a3a1d0c9..f27895fb 100644 --- a/extension/react-app/src/hooks/useContinueGUIProtocol.ts +++ b/extension/react-app/src/hooks/useContinueGUIProtocol.ts @@ -44,6 +44,10 @@ class ContinueGUIClientProtocol extends AbstractContinueGUIClientProtocol { } }); } + + retryAtIndex(index: number) { + this.messenger.send("retry_at_index", { index }); + } } export default ContinueGUIClientProtocol; -- cgit v1.2.3-70-g09d2