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

on_exit in release version #26

Open
bobrik opened this issue May 16, 2013 · 2 comments
Open

on_exit in release version #26

bobrik opened this issue May 16, 2013 · 2 comments

Comments

@bobrik
Copy link

bobrik commented May 16, 2013

In 1.2.0 (installed from homebrew) if no on_error specified you'll get:

mon : last restart less than one second ago
mon : 1 attempts remaining
mon : 10 restarts within 1 second, bailing
mon : on error `(null) 50003`
sh: -c: line 0: syntax error near unexpected token `50003'
sh: -c: line 0: `(null) 50003'
mon : exit(512)
mon : bye :)

In HEAD you'll get:

mon : last restart less than one second ago
mon : 1 attempts remaining
mon : 10 restarts within 1 second, bailing
mon : bye :)

which is much more adequate. I suggest to make a release with that fix :)

@tj
Copy link
Owner

tj commented May 16, 2013

hmm not sure how they could differ, maybe someone screwed up the brew recipe thing? I've only updated commander in HEAD

@bobrik
Copy link
Author

bobrik commented May 20, 2013

Try checking out 1.2.0 and HEAD in git. Same thing.

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

No branches or pull requests

2 participants