Method: Spring::Client::Run#warm_run
- Defined in:
- lib/spring/client/run.rb
#warm_run ⇒ Object
41 42 43 44 45 46 47 48 49 50 51 52 53 |
# File 'lib/spring/client/run.rb', line 41 def warm_run run rescue CommandNotFound require "spring/commands" if Spring.command?(args.first) # Command installed since spring started stop_server cold_run else raise end end |