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 43a0b90 commit ab1d58bCopy full SHA for ab1d58b
LuaJIT-For-Windows.cmd
@@ -24,8 +24,8 @@ if not "%LJ4W_INTERPRETER_PATH%" =="" goto launch
24
rem If the LJ4W_INTERPRETER environmental variable is already set, find interpreter path and launch
25
if not "%LJ4W_INTERPRETER%" =="" goto launch_comment_header
26
27
-rem If no arguments/file given, open default interpreter
28
-if "%1"=="" goto default.all.interpreter
+rem If no arguments/file given, open lj4w command prompt
+if "%1"=="" goto lj4w
29
30
rem If argument given is not a file, pass to default interpreter
31
if not exist "%~1" goto default.all.interpreter
0 commit comments