Skip to content

Commit

Permalink
chore: log prettier measurement info
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Jul 12, 2023
1 parent c82d381 commit 418cf3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coverage_reporter/reporter.cr
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ module CoverageReporter
ensure
if start
elapsed_time = Time.monotonic - start
Log.info("⏱️ (#{name}): #{elapsed_time}")
Log.info("⏱️ #{name}: #{elapsed_time}")
end
end
end
Expand Down

0 comments on commit 418cf3d

Please sign in to comment.