mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
add missing fs.realpath.native for windows tests
This commit is contained in:
parent
fd270c901b
commit
9bd6db29fb
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue