We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If I do the following:
luam -o test.lua test.luam echo $?
And test.luam doesn't exist, the exit code is still 0 (which leads to my Makefile not failing when it should.)
test.luam
0
If I do the following:
And
test.luamdoesn't exist, the exit code is still0(which leads to my Makefile not failing when it should.)