We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all!
As the title says, util/exception.sh shows stack trace as expected but don't exit on Ctrl+C.
Ctrl+C
The script just keeps running, just as if I have pressed Enter.
Enter
Is this a bug? A incorrect implementation of my part?
The text was updated successfully, but these errors were encountered:
Is there a way for me to configure util/exception.sh to always exit if a error happens? This would solve my current issue.
util/exception.sh
Sorry, something went wrong.
Hi @vboufleur, I think I stumbled upon this issue too - I think it's a bug.
As to your second question, I think there's a way. Change this line:
bash-oo-framework/lib/util/exception.sh
Line 233 in 0276ffa
to exit 0 or exit 1.
exit 0
exit 1
fix error as suggested in niieani#81
f0a7f37
No branches or pull requests
Hi all!
As the title says, util/exception.sh shows stack trace as expected but don't exit on
Ctrl+C
.The script just keeps running, just as if I have pressed
Enter
.Is this a bug? A incorrect implementation of my part?
The text was updated successfully, but these errors were encountered: