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.
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