This commit is contained in:
Dirk Baeumer 2015-12-08 11:50:45 +01:00
parent e58d8de927
commit ee3a944762

View file

@ -40,7 +40,7 @@ interface RequestItem {
export default class TypeScriptServiceClient implements ITypescriptServiceClient {
public static Trace: boolean = false;
public static Trace: boolean = process.env.TSS_TRACE || false;
private host: ITypescriptServiceClientHost;
private pathSeparator: string;