Skip to content

Commit

Permalink
Fix start script for Erlang/OTP 27
Browse files Browse the repository at this point in the history
In Erlang/OTP 27, it is required to set the flag -code_path_choice to relaxed in
order to load code from archive files.
  • Loading branch information
Phu Lien committed Dec 4, 2024
1 parent d38f538 commit 59c08b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions start
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ cd "$EDTS_HOME"
test -f $EDTS || ./edts-escript release edts-release.config

exec $EDTS \
-code_path_choice relaxed \
-edts project_data_dir "\"$PROJ_DIR\"" \
-edts plugin_dir "\"$APP_DIR\"" \
-sname edts-server

0 comments on commit 59c08b0

Please sign in to comment.