mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-25 17:22:50 +00:00
test windows
This commit is contained in:
parent
f2edb911d8
commit
fafe9f5469
|
|
@ -66,6 +66,9 @@ function normalizePaths<T>(value: T): T {
|
|||
|
||||
const cwd = process.cwd();
|
||||
const cwdReal = getRealPath(cwd);
|
||||
console.log('CWD:', cwd);
|
||||
console.log('CWD Real:', cwdReal);
|
||||
|
||||
const tempDir = os.tmpdir();
|
||||
const tempDirReal = getRealPath(tempDir);
|
||||
const homeDir = os.homedir();
|
||||
|
|
|
|||
Loading…
Reference in New Issue