From f4da7453dd6968caf5595a7199daf939a8c222ec Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sat, 17 Dec 2022 17:57:30 -0600 Subject: [PATCH] feat: add log to make it clear when nopecha is initialized properly --- legacy/src/openai-auth.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/src/openai-auth.ts b/legacy/src/openai-auth.ts index 112848db..a2f81295 100644 --- a/legacy/src/openai-auth.ts +++ b/legacy/src/openai-auth.ts @@ -310,6 +310,7 @@ export async function getBrowser( await delay(500) await editKey.click() await delay(2000) + console.log('initialized nopecha extension with key', nopechaKey) } else { console.error( "error initializing nopecha extension; couldn't determine extension ID"