summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/tasks/lint.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/lint.rake b/lib/tasks/lint.rake
index c5d0f2c292f..fa45b092833 100644
--- a/lib/tasks/lint.rake
+++ b/lib/tasks/lint.rake
@@ -36,6 +36,7 @@ unless Rails.env.production?
gettext:updated_check
lint:static_verification
].each do |task|
+ warn "#{Time.now} Running #{task}\n"
pid = Process.fork do
rd_out, wr_out = IO.pipe
rd_err, wr_err = IO.pipe