Skip to content

Commit e535e27

Browse files
committed
Fix single line writer
1 parent e3ef427 commit e535e27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler/utilities.ts

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ namespace ts {
7575
// Completely ignore indentation for string writers. And map newlines to
7676
// a single space.
7777
writeLine: () => str += " ",
78+
forceWriteLine: () => str += " ",
7879
increaseIndent: noop,
7980
decreaseIndent: noop,
8081
clear: () => str = "",

0 commit comments

Comments
 (0)