mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
Ensure the listed files have absolute paths.
This commit is contained in:
parent
88a8992ce3
commit
40b22b2fca
@ -20,8 +20,9 @@ namespace ts {
|
||||
}
|
||||
|
||||
for (const file of files) {
|
||||
const message = `TSFILE: ${file}${sys.newLine}`;
|
||||
sys.write(message);
|
||||
const filepath = getNormalizedAbsolutePath(file, sys.getCurrentDirectory());
|
||||
|
||||
sys.write(`TSFILE: ${filepath}${sys.newLine}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user