There was an error while loading. Please reload this page.
1 parent dd49c28 commit e33203aCopy full SHA for e33203a
Jakefile.js
@@ -244,7 +244,7 @@ function concatenateFiles(destinationFile, sourceFiles) {
244
}
245
246
var useDebugMode = true;
247
-var host = (process.env.host || process.env.TYPESCRIPT_HOST || "node");
+var host = (process.env.TYPESCRIPT_HOST || process.env.host || "node");
248
var compilerFilename = "tsc.js";
249
var LKGCompiler = path.join(LKGDirectory, compilerFilename);
250
var builtLocalCompiler = path.join(builtLocalDirectory, compilerFilename);
0 commit comments