Skip to content

Commit a64db42

Browse files
Got rid of that cscript-breaking comma.
1 parent e05e783 commit a64db42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/commandLineParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ module ts {
114114
shortName: "w",
115115
type: "boolean",
116116
description: Diagnostics.Watch_input_files,
117-
},
117+
}
118118
];
119119

120120
var shortOptionNames: Map<string> = {};

0 commit comments

Comments
 (0)