Skip to content
New issue

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

CLI execute command exits without cleaning up liner package #2602

Closed
corylanou opened this issue May 18, 2015 · 0 comments · Fixed by #2603
Closed

CLI execute command exits without cleaning up liner package #2602

corylanou opened this issue May 18, 2015 · 0 comments · Fixed by #2603

Comments

@corylanou
Copy link
Contributor

Currently, if you use the -execute flag, it will do an os.Exit which ignores defers. As such, you will have a screwy terminal after using this command.

We need to explicitly close the liner package before we os.Exit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant