Closed julian-weinert closed 8 years ago
I will check and fix. Thanks
I could not reproduce the bug. In all my bad cases (even Unexpected token
) i get 1 as status code. Can you give me more info about what you did to get the issue?
@igorklopov sorry, I totally about forgot this... The most basic example would be calling enclose with an unrecognised argument:
enclose --unknown-argument && echo "exit code $?"
error Invalid option '--unknow-argument' - perhaps you meant '--no-color'?
exit code 0
I encounter an
Unexpected token
build error but enclosure still exits with a 0 status code. This makes my IDE try to build other dependencies and the error message to be lost in void.