From fee5b0a4bcdd39762f8d5239dc37686714fb865c Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Fri, 3 May 2019 10:25:53 -0700 Subject: Add logging for time and lint start --- lib/tasks/lint.rake | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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 -- cgit v1.2.1