Skip to content

Commit

Permalink
fix: 妥协之举
Browse files Browse the repository at this point in the history
  • Loading branch information
mlhiter committed Jan 3, 2025
1 parent 20655e9 commit 9920c7b
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9920c7b

Please sign in to comment.