exit site.process sooner (#6239)

Merge pull request 6239
This commit is contained in:
ashmaroli 2017-07-27 05:39:33 +05:30 committed by jekyllbot
parent 590dd6cf80
commit 82c219a2e7
1 changed files with 2 additions and 4 deletions

View File

@ -73,13 +73,11 @@ module Jekyll
render
cleanup
write
print_stats
print_stats if config["profile"]
end
def print_stats
if @config["profile"]
puts @liquid_renderer.stats_table
end
puts @liquid_renderer.stats_table
end
# Reset Site details.