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