LuaMacro icon indicating copy to clipboard operation
LuaMacro copied to clipboard

Wrong exit code when input file not found

Open ghost opened this issue 5 years ago • 0 comments

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

ghost avatar Jan 09 '21 16:01 ghost