Closed Neved4 closed 4 months ago
Addresses an issue where the retrieval of the home path was inconsistent across different operating systems in the getFoldersBasePath function.
getFoldersBasePath
cp.execSync(`echo $HOME`)
process.env.HOME
replace()
"\r\r"
"\n"
@Neved4 Thank you for this fix, this is now merged and will be released in the next patch
Thank you!
Description
Addresses an issue where the retrieval of the home path was inconsistent across different operating systems in the
getFoldersBasePath
function.Summary
cp.execSync(`echo $HOME`)
withprocess.env.HOME
to retrieve the home path.replace()
s on"\r\r"
and"\n"
.Checklist: