From a64db42337afc44f9893ef22ff326cee19a905bf Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Mon, 4 Aug 2014 12:28:46 -0700 Subject: [PATCH] Got rid of that cscript-breaking comma. --- src/compiler/commandLineParser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/commandLineParser.ts b/src/compiler/commandLineParser.ts index 8d0f977dddb..25d304bda7f 100644 --- a/src/compiler/commandLineParser.ts +++ b/src/compiler/commandLineParser.ts @@ -114,7 +114,7 @@ module ts { shortName: "w", type: "boolean", description: Diagnostics.Watch_input_files, - }, + } ]; var shortOptionNames: Map = {};