Skip to content

Commit c6e69dd

Browse files
author
Andy Hanson
committed
Fix missing initializers
1 parent 3b56ebe commit c6e69dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/server/protocol.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2416,8 +2416,8 @@ namespace ts.server.protocol {
24162416
}
24172417

24182418
export const enum NewLineKind {
2419-
Crlf,
2420-
Lf,
2419+
Crlf = "Crlf",
2420+
Lf = "Lf",
24212421
}
24222422

24232423
export const enum ScriptTarget {

0 commit comments

Comments
 (0)