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

Stop rerun when launch failed #55

Closed
jmuheim opened this issue Mar 20, 2014 · 1 comment
Closed

Stop rerun when launch failed #55

jmuheim opened this issue Mar 20, 2014 · 1 comment

Comments

@jmuheim
Copy link

jmuheim commented Mar 20, 2014

I think that rerun should exit when it can't launch the app:

15:55:22 [rerun] Synaesthesia Launch Failed
15:55:23 [rerun] Watching . for {Gemfile.lock,config/environment.rb,config/environments/development.rb,config/initializers/*.rb,lib/**/*.rb} using Darwin adapter

Or do you expect the next time the launch will succeed?

@alexch
Copy link
Owner

alexch commented Jan 24, 2018

I'd say we hope the next time it will succeed, yes :-)

I use rerun mostly for Ruby web apps; when the launch fails it's because of a syntax error and when I fix the error and save the file I want rerun to try again immediately.

If you want to run a command instead of a server, use the --exit (or -x) option.

@alexch alexch closed this as completed Jan 24, 2018
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