@typescript-eslint/semi

This commit is contained in:
Alexander T
2019-06-14 09:46:02 +03:00
parent 55b8a38d50
commit f6ccfb39cc
8 changed files with 19 additions and 19 deletions

View File

@@ -15,7 +15,7 @@ namespace ts.server.typingsInstaller {
isEnabled = () => {
return typeof this.logFile === "string";
}
};
writeLine = (text: string) => {
if (typeof this.logFile !== "string") return;
@@ -25,7 +25,7 @@ namespace ts.server.typingsInstaller {
catch (e) {
this.logFile = undefined;
}
}
};
}
/** Used if `--npmLocation` is not passed. */