Skip to content

Commit ab1d58b

Browse files
committed
Always open lj4w command prompt
- Changed from launching default.all.interpreter to explicitly launching lj4w for REPL sessions
1 parent 43a0b90 commit ab1d58b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LuaJIT-For-Windows.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ if not "%LJ4W_INTERPRETER_PATH%" =="" goto launch
2424
rem If the LJ4W_INTERPRETER environmental variable is already set, find interpreter path and launch
2525
if not "%LJ4W_INTERPRETER%" =="" goto launch_comment_header
2626

27-
rem If no arguments/file given, open default interpreter
28-
if "%1"=="" goto default.all.interpreter
27+
rem If no arguments/file given, open lj4w command prompt
28+
if "%1"=="" goto lj4w
2929

3030
rem If argument given is not a file, pass to default interpreter
3131
if not exist "%~1" goto default.all.interpreter

0 commit comments

Comments
 (0)