Skip to content

Commit b1e9a2c

Browse files
committed
Add more logging statements
1 parent 7168917 commit b1e9a2c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bin/compile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,15 @@ mkdir -p ${erlang_root}
1010

1111
language_versions_file="${build_dir}/.language_versions"
1212

13+
echo "ls build dir"
1314
ls $build_dir
15+
echo "ls /app"
16+
ls /app
17+
echo "PWD"
1418
echo `pwd`
19+
echo "|| ERLANG ROOT"
1520
ls $erlang_root
21+
echo "ERLANG ROOT ||"
1622

1723
source $language_versions_file
1824

0 commit comments

Comments
 (0)