We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14d711 commit 31d446cCopy full SHA for 31d446c
1 file changed
src-tauri/src/claude_binary.rs
@@ -307,6 +307,7 @@ fn find_nvm_installations() -> Vec<ClaudeInstallation> {
307
version,
308
source: format!("nvm ({})", node_version),
309
installation_type: InstallationType::System,
310
+ wsl_distro: None,
311
});
312
}
313
0 commit comments