Run jake in interactive mode so output isn't lost.

Fix jake perftsc.
This commit is contained in:
jbondc
2015-02-18 07:55:29 -05:00
parent d2c992c2de
commit 97ffcc3520
6 changed files with 77 additions and 88 deletions

View File

@@ -152,7 +152,10 @@ module ts {
}
export function executeCommandLine(args: string[]): void {
var commandLine = parseCommandLine(args);
return executeCommand(parseCommandLine(args));
}
export function executeCommand(commandLine: ParsedCommandLine): void {
var configFileName: string; // Configuration file name (if any)
var configFileWatcher: FileWatcher; // Configuration file watcher
var cachedProgram: Program; // Program cached from last compilation