We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b386c4 commit 2ee88f6Copy full SHA for 2ee88f6
javascript/resources/tools/autobuild.cmd
@@ -6,7 +6,7 @@ set jvm_args=-Xss16m
6
rem If CODEQL_RAM is set, use half for Java and half for TS.
7
if NOT [%CODEQL_RAM%] == [] (
8
set /a "half_ram=CODEQL_RAM/2"
9
- set LGTM_TYPESCRIPT_RAM=%half_ram%
+ set LGTM_TYPESCRIPT_RAM=!half_ram!
10
set jvm_args=!jvm_args! -Xmx!half_ram!m
11
)
12
0 commit comments