aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/dev_caching.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/rails/dev_caching.rb')
-rw-r--r--railties/lib/rails/dev_caching.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/railties/lib/rails/dev_caching.rb b/railties/lib/rails/dev_caching.rb
index f69275a34a..ff629b2527 100644
--- a/railties/lib/rails/dev_caching.rb
+++ b/railties/lib/rails/dev_caching.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require "fileutils"
module Rails
@@ -17,7 +19,6 @@ module Rails
end
FileUtils.touch "tmp/restart.txt"
- FileUtils.rm_f("tmp/pids/server.pid")
end
def enable_by_argument(caching)