mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Temp change to investigate test failure
This commit is contained in:
parent
b3e4f8e1ca
commit
db9faf6039
@ -458,6 +458,8 @@ namespace ts {
|
||||
* @param jsonText The text of the config file
|
||||
*/
|
||||
export function parseConfigFileText(fileName: string, jsonText: string): { config?: any; error?: Diagnostic } {
|
||||
console.log("fileName: \"" + fileName + "\"");
|
||||
console.log("jsonText: \"" + jsonText + "\"");
|
||||
try {
|
||||
return { config: /\S/.test(jsonText) ? JSON.parse(jsonText) : {} };
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user