Skip to content

Commit 2b2b150

Browse files
committed
Merge remote-tracking branch 'origin/master' into pathMappingModuleResolution
2 parents cb3e93f + f947f6a commit 2b2b150

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/services/services.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7179,8 +7179,7 @@ namespace ts {
71797179

71807180
const indentationStr = sourceFile.text.substr(lineStart, posLineAndChar.character);
71817181

7182-
// TODO: call a helper method instead once PR #4133 gets merged in.
7183-
const newLine = host.getNewLine ? host.getNewLine() : "\r\n";
7182+
const newLine = getNewLineOrDefaultFromHost(host);
71847183

71857184
let docParams = "";
71867185
for (let i = 0, numParams = parameters.length; i < numParams; i++) {

0 commit comments

Comments
 (0)