mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 07:13:45 -05:00
Ensure the listed files have absolute paths.
This commit is contained in:
@@ -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}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user