mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 01:49:57 -05:00
Run jake in interactive mode so output isn't lost.
Fix jake perftsc.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user