test windows

This commit is contained in:
sebastien 2025-12-23 16:27:34 +01:00
parent f2edb911d8
commit fafe9f5469

View File

@ -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();