diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-18 14:02:03 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-18 14:02:03 -0700 |
commit | 53ac7b93f456b471eaa7f03e015e2d8c0ef393e5 (patch) | |
tree | 7abd90560bd9b237a1b3451256d7cbcbfe4673ac /extension/src/activation/environmentSetup.ts | |
parent | a7ab1918f8894c5e5f71e31a88a21680e6e1d2dc (diff) | |
download | sncontinue-53ac7b93f456b471eaa7f03e015e2d8c0ef393e5.tar.gz sncontinue-53ac7b93f456b471eaa7f03e015e2d8c0ef393e5.tar.bz2 sncontinue-53ac7b93f456b471eaa7f03e015e2d8c0ef393e5.zip |
error handle on invalid config file, don't immediately show loading message
Diffstat (limited to 'extension/src/activation/environmentSetup.ts')
-rw-r--r-- | extension/src/activation/environmentSetup.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/src/activation/environmentSetup.ts b/extension/src/activation/environmentSetup.ts index 69a3b75a..c341db39 100644 --- a/extension/src/activation/environmentSetup.ts +++ b/extension/src/activation/environmentSetup.ts @@ -39,7 +39,7 @@ async function retryThenFail( // Show corresponding error message depending on the platform let msg = - "Failed to set up Continue extension. Please email nate@continue.dev and we'll get this fixed ASAP!"; + "Failed to set up Continue extension. Please email hi@continue.dev and we'll get this fixed ASAP!"; try { switch (process.platform) { case "win32": |