Skip to content

Commit

Permalink
fixed venice bat script
Browse files Browse the repository at this point in the history
  • Loading branch information
juerg committed Jan 15, 2024
1 parent 0d28711 commit cb58a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/com/github/jlangch/venice/venice.bat
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cd %VENICE_CONSOLE_HOME%
-XX:-OmitStackTraceInFastThrow ^
-cp "libs;libs/*" ^
com.github.jlangch.venice.Launcher ^
-Dvenice.repl.home=${VENICE_CONSOLE_HOME} ^
-Dvenice.repl.home=%VENICE_CONSOLE_HOME% ^
-colors-darkmode ^
-macroexpand ^
-app-repl venice.venice
Expand Down

0 comments on commit cb58a44

Please sign in to comment.