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.
2 parents a5a8706 + b62ccc9 commit 59c4fa4Copy full SHA for 59c4fa4
bin/build.sh
@@ -19,7 +19,7 @@ for f in ${MANIFEST[@]};
19
do
20
SRC_NAME=$f
21
OBJ_NAME=$(dirname ${f})/$(basename ${f} .lua).luac
22
- echo -e "Compiling file \e[1m${SRC_NAME}\e[21m..." || \
+ echo -e "Compiling file \e[1m${SRC_NAME}\e[21m..."
23
luac -o ${OBJ_NAME} ${SRC_NAME} || \
24
echo -e "\e[1m\e[39m[\e[31mBUILD FAILED\e[39m]\e[21m Compilation error in file \e[1m${SRC_NAME}\e[21m!" || \
25
exit 1
0 commit comments