We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 770b2b1 + e8254f4 commit 8688d9cCopy full SHA for 8688d9c
bin/spring
@@ -43,6 +43,7 @@ if defined?(Gem)
43
end
44
45
46
-$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
+lib = File.expand_path("../../lib", __FILE__)
47
+$LOAD_PATH.unshift lib unless $LOAD_PATH.include?(lib) # enable local development
48
require 'spring/client'
49
Spring::Client.run(ARGV)
0 commit comments