Wrapping up bedrock implementation

This commit is contained in:
Ryan Ward
2026-05-13 10:04:59 -05:00
parent ed53aa99eb
commit cee61e2af0
1144 changed files with 2954 additions and 2660 deletions
+3 -1
View File
@@ -137,7 +137,9 @@ impl NodeDistribution {
pub fn node_installation_dir() -> Result<PathBuf> {
let dist = NodeDistribution::current()?;
let folder_name = dist.folder_name(NODE_VERSION);
Ok(galaxy_core::paths::data_dir().join("node").join(folder_name))
Ok(galaxy_core::paths::data_dir()
.join("node")
.join(folder_name))
}
/// Returns the path to the installed node binary.