diff --git a/Jakefile.js b/Jakefile.js index 125e0f2b561..6223f9a9772 100644 --- a/Jakefile.js +++ b/Jakefile.js @@ -244,7 +244,7 @@ function concatenateFiles(destinationFile, sourceFiles) { } var useDebugMode = true; -var host = (process.env.host || process.env.TYPESCRIPT_HOST || "node"); +var host = (process.env.TYPESCRIPT_HOST || process.env.host || "node"); var compilerFilename = "tsc.js"; var LKGCompiler = path.join(LKGDirectory, compilerFilename); var builtLocalCompiler = path.join(builtLocalDirectory, compilerFilename);