From 9920c7b57ec4d7b9662ab0df224462ceadabc5bc Mon Sep 17 00:00:00 2001 From: mlhiter <3076438032@qq.com> Date: Fri, 3 Jan 2025 16:38:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A6=A5=E5=8D=8F=E4=B9=8B=E4=B8=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../devbox/components/modals/JetbrainsGuideModal.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/providers/devbox/components/modals/JetbrainsGuideModal.tsx b/frontend/providers/devbox/components/modals/JetbrainsGuideModal.tsx index 7c9fa31812e..95a31da9afb 100644 --- a/frontend/providers/devbox/components/modals/JetbrainsGuideModal.tsx +++ b/frontend/providers/devbox/components/modals/JetbrainsGuideModal.tsx @@ -96,8 +96,13 @@ const JetBrainsGuideModal = ({ }) setOnConnecting(false) setProgress(0) + console.log('execDownloadCommand', execDownloadCommand) } catch (error: any) { - if (!error) { + console.log('error', error) + if ( + !error || + error.startsWith('nvidia driver modules are not yet loaded, invoking runc directly') + ) { window.open( `jetbrains-gateway://connect#host=${ jetbrainsGuideData.configHost