mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
don't project failures to console, fixes #13785
This commit is contained in:
@@ -147,7 +147,7 @@ export function create(client: ITypescriptServiceClient, isOpen: (path: string)
|
||||
}
|
||||
});
|
||||
}).catch(err => {
|
||||
console.log(err);
|
||||
client.warn(err);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user