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.
1 parent 770b2b1 commit e8254f4Copy full SHA for e8254f4
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