add missing fs.realpath.native for windows tests

This commit is contained in:
sebastien 2025-11-07 17:10:17 +01:00
parent fd270c901b
commit 9bd6db29fb

View File

@ -334,7 +334,7 @@ The command returned exit code ${logger.code(result.exitCode)}: ${logger.subdue(
// this command only works when inside submodules
// otherwise it doesn't return anything when we are inside the main repo
if (output) {
return output;
return fs.realpath.native(output);
}
return getGitRepoRoot(cwd);
}