Got rid of that cscript-breaking comma.

This commit is contained in:
Daniel Rosenwasser 2014-08-04 12:28:46 -07:00
parent e05e7836e3
commit a64db42337

View File

@ -114,7 +114,7 @@ module ts {
shortName: "w",
type: "boolean",
description: Diagnostics.Watch_input_files,
},
}
];
var shortOptionNames: Map<string> = {};