File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -211,10 +211,11 @@ public AutoBuild() {
211211 this .typeScriptMode =
212212 getEnumFromEnvVar ("LGTM_INDEX_TYPESCRIPT" , TypeScriptMode .class , TypeScriptMode .FULL );
213213 this .defaultEncoding = getEnvVar ("LGTM_INDEX_DEFAULT_ENCODING" );
214- this .installDependencies = Boolean .valueOf (getEnvVar ("LGTM_TYPESCRIPT_INSTALL_DEPS " ));
214+ this .installDependencies = Boolean .valueOf (getEnvVar ("LGTM_INDEX_TYPESCRIPT_INSTALL_DEPS " ));
215215 this .installDependenciesTimeout =
216216 Env .systemEnv ()
217- .getInt ("LGTM_TYPESCRIPT_INSTALL_DEPS_TIMEOUT" , INSTALL_DEPENDENCIES_DEFAULT_TIMEOUT );
217+ .getInt (
218+ "LGTM_INDEX_TYPESCRIPT_INSTALL_DEPS_TIMEOUT" , INSTALL_DEPENDENCIES_DEFAULT_TIMEOUT );
218219 setupFileTypes ();
219220 setupXmlMode ();
220221 setupMatchers ();
You can’t perform that action at this time.
0 commit comments