mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
fix cycle checker on windows
This commit is contained in:
@@ -315,7 +315,7 @@ export function createTypeScriptBuilder(config: IConfiguration, projectFile: str
|
||||
const jsValue = value.files.find(candidate => candidate.basename.endsWith('.js'));
|
||||
if (jsValue) {
|
||||
outHost.addScriptSnapshot(jsValue.path, new ScriptSnapshot(String(jsValue.contents), new Date()));
|
||||
toBeCheckedForCycles.push(jsValue.path);
|
||||
toBeCheckedForCycles.push(normalize(jsValue.path));
|
||||
}
|
||||
|
||||
}).catch(e => {
|
||||
|
||||
Reference in New Issue
Block a user