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 af55ad6 + ca4d6ff commit 40e1b8fCopy full SHA for 40e1b8f
lib/spring/application.rb
@@ -158,7 +158,7 @@ def serve(client)
158
trap("TERM", "DEFAULT")
159
160
ARGV.replace(args)
161
- $0 = command.process_title
+ $0 = command.exec_name
162
163
# Delete all env vars which are unchanged from before spring started
164
original_env.each { |k, v| ENV.delete k if ENV[k] == v }
lib/spring/command_wrapper.rb
@@ -41,10 +41,6 @@ def call
41
end
42
43
44
- def process_title
45
- [name, *ARGV].join(" ")
46
- end
47
-
48
def gem_name
49
if command.respond_to?(:gem_name)
50
command.gem_name
0 commit comments