We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3abc12 commit deaddb5Copy full SHA for deaddb5
src/server/typingsInstaller/typingsInstaller.ts
@@ -150,7 +150,7 @@ namespace ts.server.typingsInstaller {
150
}
151
const discoverTypingsResult = JsTyping.discoverTypings(
152
this.installTypingHost,
153
- this.log.isEnabled() ? this.log.writeLine : undefined,
+ this.log.isEnabled() ? (s => this.log.writeLine(s)) : undefined,
154
req.fileNames,
155
req.projectRootPath,
156
this.safeList,
0 commit comments