Use 3 places to the right of the decimal place instead of 2.
This commit is contained in:
parent
d795113e94
commit
571800c8ad
|
@ -57,7 +57,7 @@ module Jekyll
|
|||
Jekyll.logger.info "Incremental build:", (full_build ? "disabled" : "enabled")
|
||||
Jekyll.logger.info "Generating..."
|
||||
process_site(site)
|
||||
Jekyll.logger.info "", "done in #{(Time.now - t).round(2)} seconds."
|
||||
Jekyll.logger.info "", "done in #{(Time.now - t).round(3)} seconds."
|
||||
end
|
||||
|
||||
# Private: Watch for file changes and rebuild the site.
|
||||
|
|
Loading…
Reference in New Issue